Action not permitted
Modal body text goes here.
cve-2020-8566
Vulnerability from cvelistv5
Published
2020-12-07 22:00
Modified
2024-09-16 20:17
Severity ?
EPSS score ?
Summary
Ceph RBD adminSecrets exposed in logs when loglevel >= 4
References
▼ | URL | Tags | |
---|---|---|---|
jordan@liggitt.net | https://github.com/kubernetes/kubernetes/issues/95624 | Third Party Advisory | |
jordan@liggitt.net | https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ | Mailing List, Patch, Third Party Advisory | |
jordan@liggitt.net | https://security.netapp.com/advisory/ntap-20210122-0006/ | Third Party Advisory |
Impacted products
▼ | Vendor | Product |
---|---|---|
Kubernetes | Kubernetes |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T10:03:46.087Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "Multiple secret leaks when verbose logging is enabled", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kubernetes", "vendor": "Kubernetes", "versions": [ { "status": "affected", "version": "\u003c 1.19.3" }, { "status": "affected", "version": "\u003c 1.18.10" }, { "status": "affected", "version": "\u003c 1.17.13" } ] } ], "credits": [ { "lang": "en", "value": "Kaizhe Huang (derek0405)" } ], "datePublic": "2020-10-15T00:00:00", "descriptions": [ { "lang": "en", "value": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-532", "description": "CWE-532 Information Exposure Through Log Files", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-01-22T12:06:20", "orgId": "a6081bf6-c852-4425-ad4f-a67919267565", "shortName": "kubernetes" }, "references": [ { "name": "Multiple secret leaks when verbose logging is enabled", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ], "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/95624" ], "discovery": "EXTERNAL" }, "title": "Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4", "workarounds": [ { "lang": "en", "value": "Do not enable verbose logging in production (log level \u003e= 4), limit access to logs." } ], "x_generator": { "engine": "Vulnogram 0.0.9" }, "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2020-10-15T04:00:00.000Z", "ID": "CVE-2020-8566", "STATE": "PUBLIC", "TITLE": "Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "version_value": "\u003c 1.19.3" }, { "version_value": "\u003c 1.18.10" }, { "version_value": "\u003c 1.17.13" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "credit": [ { "lang": "eng", "value": "Kaizhe Huang (derek0405)" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-532 Information Exposure Through Log Files" } ] } ] }, "references": { "reference_data": [ { "name": "Multiple secret leaks when verbose logging is enabled", "refsource": "MLIST", "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "name": "https://github.com/kubernetes/kubernetes/issues/95624", "refsource": "CONFIRM", "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "name": "https://security.netapp.com/advisory/ntap-20210122-0006/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ] }, "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/95624" ], "discovery": "EXTERNAL" }, "work_around": [ { "lang": "en", "value": "Do not enable verbose logging in production (log level \u003e= 4), limit access to logs." } ] } } }, "cveMetadata": { "assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565", "assignerShortName": "kubernetes", "cveId": "CVE-2020-8566", "datePublished": "2020-12-07T22:00:16.139583Z", "dateReserved": "2020-02-03T00:00:00", "dateUpdated": "2024-09-16T20:17:09.853Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-8566\",\"sourceIdentifier\":\"jordan@liggitt.net\",\"published\":\"2020-12-07T22:15:21.480\",\"lastModified\":\"2021-03-29T19:30:30.753\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.\"},{\"lang\":\"es\",\"value\":\"En los cl\u00fasteres de Kubernetes que usan Ceph RBD como aprovisionador de almacenamiento, con un nivel de registro de al menos 4, los secretos de administraci\u00f3n de Ceph RBD se pueden escribir en los registros. Esto ocurre en los registros de kube-controller-manager durante el aprovisionamiento de notificaciones persistentes de Ceph RBD. Esto afecta a versiones anteriores a v1.19.3, anteriores a v1.18.10, anteriores a v1.17.13\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:P/I:N/A:N\",\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":2.1},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-532\"}]},{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-532\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.17.0\",\"versionEndExcluding\":\"1.17.13\",\"matchCriteriaId\":\"B765012B-C658-4EB8-956A-62A91142CE05\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.18.0\",\"versionEndExcluding\":\"1.18.10\",\"matchCriteriaId\":\"67F84BBA-5FCA-4A23-BB4E-47BE92E3706A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.19.0\",\"versionEndExcluding\":\"1.19.3\",\"matchCriteriaId\":\"456BD01B-44E8-4823-B220-5E109D8C377D\"}]}]}],\"references\":[{\"url\":\"https://github.com/kubernetes/kubernetes/issues/95624\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20210122-0006/\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2020_5634
Vulnerability from csaf_redhat
Published
2021-02-24 14:45
Modified
2024-11-13 23:25
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.7.0 packages security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.7.0 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
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.7.0. See the following advisory for the container images for
this release:
https://access.redhat.com/errata/RHSA-2020:5633
All OpenShift Container Platform 4.7 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.7/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor.
Security Fix(es):
* gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation (CVE-2021-3121)
* kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel >= 4 (CVE-2020-8566)
* containerd: credentials leak during image pull (CVE-2020-15157)
* python-rsa: bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25658)
* atomic-openshift: cross-namespace owner references can trigger deletions of valid children (CVE-2019-3884)
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.7.0 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": "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\nPlatform 4.7.0. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2020:5633\n\nAll OpenShift Container Platform 4.7 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.7/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor.\n\nSecurity Fix(es):\n\n* gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation (CVE-2021-3121)\n\n* kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4 (CVE-2020-8566)\n\n* containerd: credentials leak during image pull (CVE-2020-15157)\n\n* python-rsa: bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25658)\n\n* atomic-openshift: cross-namespace owner references can trigger deletions of valid children (CVE-2019-3884)\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-2020:5634", "url": "https://access.redhat.com/errata/RHSA-2020:5634" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1693905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1693905" }, { "category": "external", "summary": "1886640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1886640" }, { "category": "external", "summary": "1888248", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1888248" }, { "category": "external", "summary": "1889972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889972" }, { "category": "external", "summary": "1910081", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1910081" }, { "category": "external", "summary": "1921650", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921650" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2020_5634.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.7.0 packages security update", "tracking": { "current_release_date": "2024-11-13T23:25:58+00:00", "generator": { "date": "2024-11-13T23:25:58+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2020:5634", "initial_release_date": "2021-02-24T14:45:13+00:00", "revision_history": [ { "date": "2021-02-24T14:45:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-02-24T14:45:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T23:25:58+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.7", "product": { "name": "Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.7::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.7", "product": { "name": "Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.7::el7" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "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": "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": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "product": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "product_id": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.7.0-202011171454.p0.git.15.675c1c8.el8?arch=src" } } }, { "category": "product_version", "name": "container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "product": { "name": "container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "product_id": "container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.151.0-1.rhaos4.7.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el8?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.20.0-1.el8.src", "product": { "name": "cri-tools-0:1.20.0-1.el8.src", "product_id": "cri-tools-0:1.20.0-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.20.0-1.el8?arch=src" } } }, { "category": "product_version", "name": "dracut-0:049-95.git20200804.el8_3.4.src", "product": { "name": "dracut-0:049-95.git20200804.el8_3.4.src", "product_id": "dracut-0:049-95.git20200804.el8_3.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-95.git20200804.el8_3.4?arch=src" } } }, { "category": "product_version", "name": "faq-0:0.0.6-5.el8.src", "product": { "name": "faq-0:0.0.6-5.el8.src", "product_id": "faq-0:0.0.6-5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-5.el8?arch=src" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.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": "haproxy-0:2.0.19-1.el8.src", "product": { "name": "haproxy-0:2.0.19-1.el8.src", "product_id": "haproxy-0:2.0.19-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.0.19-1.el8?arch=src" } } }, { "category": "product_version", "name": "ironic-images-0:15.1-20210114.1.el8.src", "product": { "name": "ironic-images-0:15.1-20210114.1.el8.src", "product_id": "ironic-images-0:15.1-20210114.1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images@15.1-20210114.1.el8?arch=src" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el8.src", "product": { "name": "jq-0:1.6-2.el8.src", "product_id": "jq-0:1.6-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el8?arch=src" } } }, { "category": "product_version", "name": "libnftnl-0:1.1.5-4.el8.src", "product": { "name": "libnftnl-0:1.1.5-4.el8.src", "product_id": "libnftnl-0:1.1.5-4.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl@1.1.5-4.el8?arch=src" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.src", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.src", "product_id": "libsodium-0:1.0.16-4.5.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=src" } } }, { "category": "product_version", "name": "libunwind-0:1.2.1-5.el8.src", "product": { "name": "libunwind-0:1.2.1-5.el8.src", "product_id": "libunwind-0:1.2.1-5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind@1.2.1-5.el8?arch=src" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "product": { "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "product_id": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@6.4.3-0.20201217171210.bd45db1.el8?arch=src" } } }, { "category": "product_version", "name": "openvswitch2.13-0:2.13.0-79.el8fdp.src", "product": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.src", "product_id": "openvswitch2.13-0:2.13.0-79.el8fdp.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13@2.13.0-79.el8fdp?arch=src" } } }, { "category": "product_version", "name": "ovn2.13-0:20.09.0-21.el8fdn.src", "product": { "name": "ovn2.13-0:20.09.0-21.el8fdn.src", "product_id": "ovn2.13-0:20.09.0-21.el8fdn.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.09.0-21.el8fdn?arch=src" } } }, { "category": "product_version", "name": "powerpc-utils-0:1.3.6-12.el8_3.src", "product": { "name": "powerpc-utils-0:1.3.6-12.el8_3.src", "product_id": "powerpc-utils-0:1.3.6-12.el8_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/powerpc-utils@1.3.6-12.el8_3?arch=src" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.src", "product": { "name": "protobuf-0:3.6.1-4.el8ost.src", "product_id": "protobuf-0:3.6.1-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?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": "python-boto3-0:1.9.101-1.el8ost.src", "product": { "name": "python-boto3-0:1.9.101-1.el8ost.src", "product_id": "python-boto3-0:1.9.101-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-boto3@1.9.101-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-botocore-0:1.12.119-1.el8ost.src", "product": { "name": "python-botocore-0:1.12.119-1.el8ost.src", "product_id": "python-botocore-0:1.12.119-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-botocore@1.12.119-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-cachetools-0:3.1.0-1.el8ost.src", "product": { "name": "python-cachetools-0:3.1.0-1.el8ost.src", "product_id": "python-cachetools-0:3.1.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cachetools@3.1.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-certifi-0:2018.10.15-4.el8ost.src", "product": { "name": "python-certifi-0:2018.10.15-4.el8ost.src", "product_id": "python-certifi-0:2018.10.15-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-certifi@2018.10.15-4.el8ost?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-daemon-0:2.1.2-9.el8ar.src", "product": { "name": "python-daemon-0:2.1.2-9.el8ar.src", "product_id": "python-daemon-0:2.1.2-9.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-daemon@2.1.2-9.el8ar?arch=src" } } }, { "category": "product_version", "name": "python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "product": { "name": "python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "product_id": "python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debtcollector@2.2.0-0.20201008171245.649189d.el8?arch=src" } } }, { "category": "product_version", "name": "python-dictdiffer-0:0.7.1-2.el8ost.src", "product": { "name": "python-dictdiffer-0:0.7.1-2.el8ost.src", "product_id": "python-dictdiffer-0:0.7.1-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dictdiffer@0.7.1-2.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-eventlet-0:0.25.2-3.el8ost.src", "product": { "name": "python-eventlet-0:0.25.2-3.el8ost.src", "product_id": "python-eventlet-0:0.25.2-3.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-eventlet@0.25.2-3.el8ost?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-google-auth-0:1.3.0-1.el8ost.src", "product": { "name": "python-google-auth-0:1.3.0-1.el8ost.src", "product_id": "python-google-auth-0:1.3.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-google-auth@1.3.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "product": { "name": "python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "product_id": "python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-hardware@0.23.0-0.20201031022149.59211cc.el8?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-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-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "product": { "name": "python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "product_id": "python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ironic-lib@4.4.1-0.20201218041209.aa7cfec.el8?arch=src" } } }, { "category": "product_version", "name": "python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "product": { "name": "python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "product_id": "python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-keystoneauth1@4.2.0-0.20200630234358.dab8e10.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-kubernetes-0:11.0.0-1.el8.src", "product": { "name": "python-kubernetes-0:11.0.0-1.el8.src", "product_id": "python-kubernetes-0:11.0.0-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kubernetes@11.0.0-1.el8?arch=src" } } }, { "category": "product_version", "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product": { "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product_id": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-kuryr-lib@1.1.1-0.20190923160834.41e6964.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-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-openshift-1:0.11.2-1.el8.src", "product": { "name": "python-openshift-1:0.11.2-1.el8.src", "product_id": "python-openshift-1:0.11.2-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openshift@0.11.2-1.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "product": { "name": "python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "product_id": "python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-openstacksdk@0.48.0-0.20200708092906.3b693c2.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "product": { "name": "python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "product_id": "python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency@4.3.0-0.20201008180343.2f78803.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "product": { "name": "python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "product_id": "python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-config@8.3.2-0.20201008180634.fcb8894.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "product": { "name": "python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "product_id": "python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-context@3.1.1-0.20201008190523.57dbded.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "product": { "name": "python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "product_id": "python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db@8.4.0-0.20200918104110.e42c733.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "product": { "name": "python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "product_id": "python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n@5.0.1-0.20201009131251.73187bd.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "product": { "name": "python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "product_id": "python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log@4.3.1-0.20201207021200.1597f24.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "product": { "name": "python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "product_id": "python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-serialization@4.0.1-0.20201008182423.c7884b2.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "product": { "name": "python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "product_id": "python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-service@2.4.0-0.20201008184547.58466a6.el8?arch=src" } } }, { "category": "product_version", "name": "python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "product": { "name": "python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "product_id": "python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils@4.6.0-0.20201009175936.91497da.el8?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-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-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-pbr-0:5.4.3-2.el8ost.src", "product": { "name": "python-pbr-0:5.4.3-2.el8ost.src", "product_id": "python-pbr-0:5.4.3-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pbr@5.4.3-2.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-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-psutil-0:5.6.6-1.el8ar.src", "product": { "name": "python-psutil-0:5.6.6-1.el8ar.src", "product_id": "python-psutil-0:5.6.6-1.el8ar.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil@5.6.6-1.el8ar?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-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-ruamel-yaml-0:0.15.41-4.el8ost.src", "product": { "name": "python-ruamel-yaml-0:0.15.41-4.el8ost.src", "product_id": "python-ruamel-yaml-0:0.15.41-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml@0.15.41-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-s3transfer-0:0.2.0-1.el8ost.src", "product": { "name": "python-s3transfer-0:0.2.0-1.el8ost.src", "product_id": "python-s3transfer-0:0.2.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-s3transfer@0.2.0-1.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "product": { "name": "python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "product_id": "python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-stevedore@3.2.2-0.20201009151242.274eaa6.el8?arch=src" } } }, { "category": "product_version", "name": "python-string_utils-0:0.6.0-4.el8ost.src", "product": { "name": "python-string_utils-0:0.6.0-4.el8ost.src", "product_id": "python-string_utils-0:0.6.0-4.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-string_utils@0.6.0-4.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "product": { "name": "python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "product_id": "python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy-oem-idrac@0.0.3-0.20200922221223.1202372.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-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "product": { "name": "python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "product_id": "python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tooz@2.7.0-0.20200723133754.fca43df.el8ost?arch=src" } } }, { "category": "product_version", "name": "python-websocket-client-0:0.54.0-1.el8ost.src", "product": { "name": "python-websocket-client-0:0.54.0-1.el8ost.src", "product_id": "python-websocket-client-0:0.54.0-1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-websocket-client@0.54.0-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-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-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": "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": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "product": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "product_id": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.26.0-12.1.rhaos4.7.el8?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "product": { "name": "openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "product_id": "openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic@16.0.4-0.20210203051223.7d74ea0.el8?arch=src\u0026epoch=1" } } }, { "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": "openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "product": { "name": "openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "product_id": "openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.7.0-202101262230.p0.git.2494.cd95ce5.el8?arch=src" } } }, { "category": "product_version", "name": "python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "product": { "name": "python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "product_id": "python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sushy@3.6.1-0.20210122201213.7ec0422.el8?arch=src" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8ost.src", "product": { "name": "gperftools-0:2.6.3-2.el8ost.src", "product_id": "gperftools-0:2.6.3-2.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.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": "jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "product": { "name": "jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "product_id": "jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.7.1611636915-1.el8?arch=src" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "product": { "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "product_id": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@10.4.1-0.20201123161216.70fccec.el8?arch=src" } } }, { "category": "product_version", "name": "clevis-0:15-1.el8.src", "product": { "name": "clevis-0:15-1.el8.src", "product_id": "clevis-0:15-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis@15-1.el8?arch=src" } } }, { "category": "product_version", "name": "rust-bootupd-0:0.2.5-2.el8.src", "product": { "name": "rust-bootupd-0:0.2.5-2.el8.src", "product_id": "rust-bootupd-0:0.2.5-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-bootupd@0.2.5-2.el8?arch=src" } } }, { "category": "product_version", "name": "rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "product": { "name": "rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "product_id": "rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn@4.6.0-1.rhaos4.7.el8?arch=src" } } }, { "category": "product_version", "name": "rpm-ostree-0:2020.7-1.el8_3.src", "product": { "name": "rpm-ostree-0:2020.7-1.el8_3.src", "product_id": "rpm-ostree-0:2020.7-1.el8_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2020.7-1.el8_3?arch=src" } } }, { "category": "product_version", "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.src", "product": { "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.src", "product_id": "rhosp-director-images-0:17.0-20200606.1.el8ost.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images@17.0-20200606.1.el8ost?arch=src" } } }, { "category": "product_version", "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product_id": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhcos-tools@0.0.0-1.rhaos4.2.el8?arch=src" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:47.83-1.el8.src", "product": { "name": "redhat-release-coreos-0:47.83-1.el8.src", "product_id": "redhat-release-coreos-0:47.83-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@47.83-1.el8?arch=src" } } }, { "category": "product_version", "name": "ostree-0:2020.7-1.el8.src", "product": { "name": "ostree-0:2020.7-1.el8.src", "product_id": "ostree-0:2020.7-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-1.el8?arch=src" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el8.src", "product": { "name": "inotify-tools-0:3.20.1-2.el8.src", "product_id": "inotify-tools-0:3.20.1-2.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el8?arch=src" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "product": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "product_id": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=src" } } }, { "category": "product_version", "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "product": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "product_id": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.8.0-3.rhaos4.7.el8?arch=src" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "product": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "product_id": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.3-1.rhaos4.7.el8?arch=src" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el8.src", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.src", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "product": { "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "product_id": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.7.0-202102060108.p0.git.97095.7271b90.el8?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el8?arch=src" } } }, { "category": "product_version", "name": "jenkins-0:2.263.3.1612449007-1.el8.src", "product": { "name": "jenkins-0:2.263.3.1612449007-1.el8.src", "product_id": "jenkins-0:2.263.3.1612449007-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.263.3.1612449007-1.el8?arch=src" } } }, { "category": "product_version", "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.src", "product": { "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.src", "product_id": "toolbox-0:0.0.8-3.rhaos4.7.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.8-3.rhaos4.7.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=src" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el7.src", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el7.src", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el7?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el7?arch=src" } } }, { "category": "product_version", "name": "cri-tools-0:1.18.0-3.el7.src", "product": { "name": "cri-tools-0:1.18.0-3.el7.src", "product_id": "cri-tools-0:1.18.0-3.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.18.0-3.el7?arch=src" } } }, { "category": "product_version", "name": "haproxy-0:2.0.19-1.el7.src", "product": { "name": "haproxy-0:2.0.19-1.el7.src", "product_id": "haproxy-0:2.0.19-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy@2.0.19-1.el7?arch=src" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el7.src", "product": { "name": "jq-0:1.6-2.el7.src", "product_id": "jq-0:1.6-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el7?arch=src" } } }, { "category": "product_version", "name": "oniguruma-0:5.9.2-5.el7.src", "product": { "name": "oniguruma-0:5.9.2-5.el7.src", "product_id": "oniguruma-0:5.9.2-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma@5.9.2-5.el7?arch=src" } } }, { "category": "product_version", "name": "python-botocore-0:1.4.57-5.el7.src", "product": { "name": "python-botocore-0:1.4.57-5.el7.src", "product_id": "python-botocore-0:1.4.57-5.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-botocore@1.4.57-5.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "product": { "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "product_id": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.7.0-202102032256.p0.git.0.bf7d9a7.el7?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "product": { "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "product_id": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.7.0-202102060108.p0.git.97095.7271b90.el7?arch=src" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el7?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el7.51?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "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": "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": "container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "product": { "name": "container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "product_id": "container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/container-selinux@2.151.0-1.rhaos4.7.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "ironic-images-0:15.1-20210114.1.el8.noarch", "product": { "name": "ironic-images-0:15.1-20210114.1.el8.noarch", "product_id": "ironic-images-0:15.1-20210114.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images@15.1-20210114.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-all-0:15.1-20210114.1.el8.noarch", "product": { "name": "ironic-images-all-0:15.1-20210114.1.el8.noarch", "product_id": "ironic-images-all-0:15.1-20210114.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-all@15.1-20210114.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "product": { "name": "ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "product_id": "ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-ipa-ppc64le@15.1-20210114.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "product": { "name": "ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "product_id": "ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ironic-images-ipa-x86_64@15.1-20210114.1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product": { "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product_id": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-python-agent@6.4.3-0.20201217171210.bd45db1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product": { "name": "python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product_id": "python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-python-agent@6.4.3-0.20201217171210.bd45db1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "product": { "name": "openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "product_id": "openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-test@2.13.0-79.el8fdp?arch=noarch" } } }, { "category": "product_version", "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product": { "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product_id": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-vim@3.6.1-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product": { "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product_id": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-protobuf@3.6.1-4.el8ost?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": "python3-boto3-0:1.9.101-1.el8ost.noarch", "product": { "name": "python3-boto3-0:1.9.101-1.el8ost.noarch", "product_id": "python3-boto3-0:1.9.101-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-boto3@1.9.101-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python2-botocore-0:1.12.119-1.el8ost.noarch", "product": { "name": "python2-botocore-0:1.12.119-1.el8ost.noarch", "product_id": "python2-botocore-0:1.12.119-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-botocore@1.12.119-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-botocore-0:1.12.119-1.el8ost.noarch", "product": { "name": "python3-botocore-0:1.12.119-1.el8ost.noarch", "product_id": "python3-botocore-0:1.12.119-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-botocore@1.12.119-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python2-cachetools-0:3.1.0-1.el8ost.noarch", "product": { "name": "python2-cachetools-0:3.1.0-1.el8ost.noarch", "product_id": "python2-cachetools-0:3.1.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-cachetools@3.1.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-cachetools-0:3.1.0-1.el8ost.noarch", "product": { "name": "python3-cachetools-0:3.1.0-1.el8ost.noarch", "product_id": "python3-cachetools-0:3.1.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cachetools@3.1.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-certifi-0:2018.10.15-4.el8ost.noarch", "product": { "name": "python3-certifi-0:2018.10.15-4.el8ost.noarch", "product_id": "python3-certifi-0:2018.10.15-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-certifi@2018.10.15-4.el8ost?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-daemon-0:2.1.2-9.el8ar.noarch", "product": { "name": "python3-daemon-0:2.1.2-9.el8ar.noarch", "product_id": "python3-daemon-0:2.1.2-9.el8ar.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-daemon@2.1.2-9.el8ar?arch=noarch" } } }, { "category": "product_version", "name": "python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "product": { "name": "python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "product_id": "python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debtcollector@2.2.0-0.20201008171245.649189d.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "product": { "name": "python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "product_id": "python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-dictdiffer@0.7.1-2.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-eventlet-0:0.25.2-3.el8ost.noarch", "product": { "name": "python3-eventlet-0:0.25.2-3.el8ost.noarch", "product_id": "python3-eventlet-0:0.25.2-3.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-eventlet@0.25.2-3.el8ost?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-google-auth-0:1.3.0-1.el8ost.noarch", "product": { "name": "python3-google-auth-0:1.3.0-1.el8ost.noarch", "product_id": "python3-google-auth-0:1.3.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-google-auth@1.3.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product": { "name": "python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product_id": "python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware@0.23.0-0.20201031022149.59211cc.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product": { "name": "python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product_id": "python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-hardware-detect@0.23.0-0.20201031022149.59211cc.el8?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-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-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "product": { "name": "python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "product_id": "python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-lib@4.4.1-0.20201218041209.aa7cfec.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "product": { "name": "python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "product_id": "python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-keystoneauth1@4.2.0-0.20200630234358.dab8e10.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-0:11.0.0-1.el8.noarch", "product": { "name": "python3-kubernetes-0:11.0.0-1.el8.noarch", "product_id": "python3-kubernetes-0:11.0.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes@11.0.0-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "product": { "name": "python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "product_id": "python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kubernetes-tests@11.0.0-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kuryr-binding-scripts@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-lib@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product": { "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_id": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-lib-tests@1.1.1-0.20190923160834.41e6964.el8ost?arch=noarch" } } }, { "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-openshift-1:0.11.2-1.el8.noarch", "product": { "name": "python3-openshift-1:0.11.2-1.el8.noarch", "product_id": "python3-openshift-1:0.11.2-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openshift@0.11.2-1.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product": { "name": "python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product_id": "python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk@0.48.0-0.20200708092906.3b693c2.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product": { "name": "python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product_id": "python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openstacksdk-tests@0.48.0-0.20200708092906.3b693c2.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product": { "name": "python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_id": "python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@4.3.0-0.20201008180343.2f78803.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product": { "name": "python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_id": "python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency@4.3.0-0.20201008180343.2f78803.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product": { "name": "python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_id": "python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@4.3.0-0.20201008180343.2f78803.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "product": { "name": "python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "product_id": "python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-config@8.3.2-0.20201008180634.fcb8894.el8?arch=noarch\u0026epoch=2" } } }, { "category": "product_version", "name": "python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product": { "name": "python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product_id": "python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context@3.1.1-0.20201008190523.57dbded.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product": { "name": "python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product_id": "python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-context-tests@3.1.1-0.20201008190523.57dbded.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product": { "name": "python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_id": "python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-db-lang@8.4.0-0.20200918104110.e42c733.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product": { "name": "python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_id": "python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db@8.4.0-0.20200918104110.e42c733.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product": { "name": "python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_id": "python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-db-tests@8.4.0-0.20200918104110.e42c733.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product": { "name": "python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product_id": "python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-i18n-lang@5.0.1-0.20201009131251.73187bd.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product": { "name": "python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product_id": "python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-i18n@5.0.1-0.20201009131251.73187bd.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product": { "name": "python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_id": "python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-log-lang@4.3.1-0.20201207021200.1597f24.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product": { "name": "python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_id": "python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log@4.3.1-0.20201207021200.1597f24.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product": { "name": "python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_id": "python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-log-tests@4.3.1-0.20201207021200.1597f24.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product": { "name": "python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product_id": "python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization@4.0.1-0.20201008182423.c7884b2.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product": { "name": "python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product_id": "python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@4.0.1-0.20201008182423.c7884b2.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product": { "name": "python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product_id": "python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service@2.4.0-0.20201008184547.58466a6.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product": { "name": "python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product_id": "python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-service-tests@2.4.0-0.20201008184547.58466a6.el8?arch=noarch" } } }, { "category": "product_version", "name": "python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product": { "name": "python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_id": "python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-oslo-utils-lang@4.6.0-0.20201009175936.91497da.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product": { "name": "python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_id": "python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils@4.6.0-0.20201009175936.91497da.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product": { "name": "python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_id": "python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-oslo-utils-tests@4.6.0-0.20201009175936.91497da.el8?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-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": "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-pbr-0:5.4.3-2.el8ost.noarch", "product": { "name": "python3-pbr-0:5.4.3-2.el8ost.noarch", "product_id": "python3-pbr-0:5.4.3-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pbr@5.4.3-2.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-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-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": "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-s3transfer-0:0.2.0-1.el8ost.noarch", "product": { "name": "python3-s3transfer-0:0.2.0-1.el8ost.noarch", "product_id": "python3-s3transfer-0:0.2.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-s3transfer@0.2.0-1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "product": { "name": "python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "product_id": "python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-stevedore@3.2.2-0.20201009151242.274eaa6.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-string_utils-0:0.6.0-4.el8ost.noarch", "product": { "name": "python3-string_utils-0:0.6.0-4.el8ost.noarch", "product_id": "python3-string_utils-0:0.6.0-4.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-string_utils@0.6.0-4.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product": { "name": "python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product_id": "python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@0.0.3-0.20200922221223.1202372.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product": { "name": "python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product_id": "python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@0.0.3-0.20200922221223.1202372.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-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "product": { "name": "python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "product_id": "python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tooz@2.7.0-0.20200723133754.fca43df.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "python3-websocket-client-0:0.54.0-1.el8ost.noarch", "product": { "name": "python3-websocket-client-0:0.54.0-1.el8ost.noarch", "product_id": "python3-websocket-client-0:0.54.0-1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-websocket-client@0.54.0-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-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-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": "NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product": { "name": "NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_id": "NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-connectivity-redhat@1.26.0-12.1.rhaos4.7.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product": { "name": "NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_id": "NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-config-server@1.26.0-12.1.rhaos4.7.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product": { "name": "NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_id": "NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-dispatcher-routing-rules@1.26.0-12.1.rhaos4.7.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product": { "name": "openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_id": "openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-api@16.0.4-0.20210203051223.7d74ea0.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product": { "name": "openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_id": "openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-common@16.0.4-0.20210203051223.7d74ea0.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product": { "name": "openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_id": "openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-conductor@16.0.4-0.20210203051223.7d74ea0.el8?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product": { "name": "python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_id": "python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-tests@16.0.4-0.20210203051223.7d74ea0.el8?arch=noarch\u0026epoch=1" } } }, { "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": "openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.7.0-202101262230.p0.git.2494.cd95ce5.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_id": "openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.7.0-202101262230.p0.git.2494.cd95ce5.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.7.0-202101262230.p0.git.2494.cd95ce5.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.7.0-202101262230.p0.git.2494.cd95ce5.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product": { "name": "python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product_id": "python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy@3.6.1-0.20210122201213.7ec0422.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product": { "name": "python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product_id": "python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sushy-tests@3.6.1-0.20210122201213.7ec0422.el8?arch=noarch" } } }, { "category": "product_version", "name": "pprof-0:2.6.3-2.el8ost.noarch", "product": { "name": "pprof-0:2.6.3-2.el8ost.noarch", "product_id": "pprof-0:2.6.3-2.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/pprof@2.6.3-2.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": "jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "product": { "name": "jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "product_id": "jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins-2-plugins@4.7.1611636915-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product": { "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_id": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector@10.4.1-0.20201123161216.70fccec.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product": { "name": "openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_id": "openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@10.4.1-0.20201123161216.70fccec.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product": { "name": "openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_id": "openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@10.4.1-0.20201123161216.70fccec.el8?arch=noarch" } } }, { "category": "product_version", "name": "openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product": { "name": "openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_id": "openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@10.4.1-0.20201123161216.70fccec.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product": { "name": "python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_id": "python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@10.4.1-0.20201123161216.70fccec.el8?arch=noarch" } } }, { "category": "product_version", "name": "octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_id": "octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/octavia-amphora-image-x86_64@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-all@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-ipa@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-ipa-ppc64le@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-ipa-x86_64@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-minimal@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-ppc64le@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "product": { "name": "rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_id": "rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhosp-director-images-x86_64@17.0-20200606.1.el8ost?arch=noarch" } } }, { "category": "product_version", "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product_id": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhcos-tools@0.0.0-1.rhaos4.2.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "product": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "product_id": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages@0.20.3-1.rhaos4.7.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "product": { "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "product_id": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-issuegen@0.20.3-1.rhaos4.7.el8?arch=noarch" } } }, { "category": "product_version", "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "product": { "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "product_id": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/console-login-helper-messages-profile@0.20.3-1.rhaos4.7.el8?arch=noarch" } } }, { "category": "product_version", "name": "jenkins-0:2.263.3.1612449007-1.el8.noarch", "product": { "name": "jenkins-0:2.263.3.1612449007-1.el8.noarch", "product_id": "jenkins-0:2.263.3.1612449007-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/jenkins@2.263.3.1612449007-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "product": { "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "product_id": "toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/toolbox@0.0.8-3.rhaos4.7.el8?arch=noarch" } } }, { "category": "product_version", "name": "python2-botocore-0:1.4.57-5.el7.noarch", "product": { "name": "python2-botocore-0:1.4.57-5.el7.noarch", "product_id": "python2-botocore-0:1.4.57-5.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-botocore@1.4.57-5.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product": { "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product_id": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible@4.7.0-202102032256.p0.git.0.bf7d9a7.el7?arch=noarch" } } }, { "category": "product_version", "name": "openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product": { "name": "openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product_id": "openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-ansible-test@4.7.0-202102032256.p0.git.0.bf7d9a7.el7?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "product": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "product_id": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.7.0-202011171454.p0.git.15.675c1c8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "product": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_id": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.8.6-1.rhaos4.5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.6-1.rhaos4.5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.20.0-1.el8.x86_64", "product": { "name": "cri-tools-0:1.20.0-1.el8.x86_64", "product_id": "cri-tools-0:1.20.0-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.20.0-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "product": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "product_id": "cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.20.0-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "product_id": "cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.20.0-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-caps@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-generic@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-rescue@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-live@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-network@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-squash@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-tools@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debugsource@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "product": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "product_id": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debuginfo@049-95.git20200804.el8_3.4?arch=x86_64" } } }, { "category": "product_version", "name": "faq-0:0.0.6-5.el8.x86_64", "product": { "name": "faq-0:0.0.6-5.el8.x86_64", "product_id": "faq-0:0.0.6-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.el8?arch=x86_64" } } }, { "category": "product_version", "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product_id": "prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-promu@0.5.0-2.git642a960.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": "haproxy20-0:2.0.19-1.el8.x86_64", "product": { "name": "haproxy20-0:2.0.19-1.el8.x86_64", "product_id": "haproxy20-0:2.0.19-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20@2.0.19-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.0.19-1.el8.x86_64", "product": { "name": "haproxy-debugsource-0:2.0.19-1.el8.x86_64", "product_id": "haproxy-debugsource-0:2.0.19-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.0.19-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "product": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "product_id": "haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20-debuginfo@2.0.19-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el8.x86_64", "product": { "name": "jq-0:1.6-2.el8.x86_64", "product_id": "jq-0:1.6-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "jq-devel-0:1.6-2.el8.x86_64", "product": { "name": "jq-devel-0:1.6-2.el8.x86_64", "product_id": "jq-devel-0:1.6-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-devel@1.6-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "jq-debugsource-0:1.6-2.el8.x86_64", "product": { "name": "jq-debugsource-0:1.6-2.el8.x86_64", "product_id": "jq-debugsource-0:1.6-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debugsource@1.6-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "jq-debuginfo-0:1.6-2.el8.x86_64", "product": { "name": "jq-debuginfo-0:1.6-2.el8.x86_64", "product_id": "jq-debuginfo-0:1.6-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debuginfo@1.6-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libnftnl-0:1.1.5-4.el8.x86_64", "product": { "name": "libnftnl-0:1.1.5-4.el8.x86_64", "product_id": "libnftnl-0:1.1.5-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl@1.1.5-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libnftnl-devel-0:1.1.5-4.el8.x86_64", "product": { "name": "libnftnl-devel-0:1.1.5-4.el8.x86_64", "product_id": "libnftnl-devel-0:1.1.5-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-devel@1.1.5-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "product": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "product_id": "libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debugsource@1.1.5-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "product": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "product_id": "libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debuginfo@1.1.5-4.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-devel@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-static@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product_id": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.16-4.5.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-devel-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-devel@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debugsource@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product_id": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debuginfo@1.2.1-5.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "product": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "product_id": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debugsource@0.2-4.git7c289cc.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "product": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "product_id": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debuginfo@0.2-4.git7c289cc.el8?arch=x86_64" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_id": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.13@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_id": "openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "product_id": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-devel@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_id": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "product_id": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debugsource@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product_id": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product_id": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_id": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.09.0-21.el8fdn?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-devel@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-devel@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-static@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-static@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debugsource@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler-debuginfo@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debuginfo@3.6.1-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_id": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-debuginfo@3.6.1-4.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": "python3-psutil-0:5.6.6-1.el8ar.x86_64", "product": { "name": "python3-psutil-0:5.6.6-1.el8ar.x86_64", "product_id": "python3-psutil-0:5.6.6-1.el8ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil@5.6.6-1.el8ar?arch=x86_64" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "product": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "product_id": "python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.6-1.el8ar?arch=x86_64" } } }, { "category": "product_version", "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "product": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "product_id": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil-debuginfo@5.6.6-1.el8ar?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "product": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "product_id": "python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml@0.15.41-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "product": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "product_id": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml-debugsource@0.15.41-4.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "product": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "product_id": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml-debuginfo@0.15.41-4.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": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_id": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.7.0-202102032256.p0.git.3951.0e656ef.el8?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8ost.x86_64", "product": { "name": "gperftools-0:2.6.3-2.el8ost.x86_64", "product_id": "gperftools-0:2.6.3-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-devel-0:2.6.3-2.el8ost.x86_64", "product": { "name": "gperftools-devel-0:2.6.3-2.el8ost.x86_64", "product_id": "gperftools-devel-0:2.6.3-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-devel@2.6.3-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-libs-0:2.6.3-2.el8ost.x86_64", "product": { "name": "gperftools-libs-0:2.6.3-2.el8ost.x86_64", "product_id": "gperftools-libs-0:2.6.3-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs@2.6.3-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "product": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "product_id": "gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-debugsource@2.6.3-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "product": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "product_id": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs-debuginfo@2.6.3-2.el8ost?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-0:15-1.el8.x86_64", "product": { "name": "clevis-0:15-1.el8.x86_64", "product_id": "clevis-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-dracut-0:15-1.el8.x86_64", "product": { "name": "clevis-dracut-0:15-1.el8.x86_64", "product_id": "clevis-dracut-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-dracut@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-luks-0:15-1.el8.x86_64", "product": { "name": "clevis-luks-0:15-1.el8.x86_64", "product_id": "clevis-luks-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-luks@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-systemd-0:15-1.el8.x86_64", "product": { "name": "clevis-systemd-0:15-1.el8.x86_64", "product_id": "clevis-systemd-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-systemd@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-udisks2-0:15-1.el8.x86_64", "product": { "name": "clevis-udisks2-0:15-1.el8.x86_64", "product_id": "clevis-udisks2-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-debugsource-0:15-1.el8.x86_64", "product": { "name": "clevis-debugsource-0:15-1.el8.x86_64", "product_id": "clevis-debugsource-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debugsource@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-debuginfo-0:15-1.el8.x86_64", "product": { "name": "clevis-debuginfo-0:15-1.el8.x86_64", "product_id": "clevis-debuginfo-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debuginfo@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "product": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "product_id": "clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2-debuginfo@15-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bootupd-0:0.2.5-2.el8.x86_64", "product": { "name": "bootupd-0:0.2.5-2.el8.x86_64", "product_id": "bootupd-0:0.2.5-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd@0.2.5-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "product": { "name": "rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "product_id": "rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.5-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "product": { "name": "bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "product_id": "bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.5-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "product": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_id": "afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@4.6.0-1.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "product": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_id": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@4.6.0-1.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "product": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_id": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@4.6.0-1.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "product": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "product_id": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2020.7-1.el8_3?arch=x86_64" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:47.83-1.el8.x86_64", "product": { "name": "redhat-release-coreos-0:47.83-1.el8.x86_64", "product_id": "redhat-release-coreos-0:47.83-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@47.83-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-0:2020.7-1.el8.x86_64", "product_id": "ostree-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-devel-0:2020.7-1.el8.x86_64", "product_id": "ostree-devel-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-grub2-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-grub2-0:2020.7-1.el8.x86_64", "product_id": "ostree-grub2-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-libs-0:2020.7-1.el8.x86_64", "product_id": "ostree-libs-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-debugsource-0:2020.7-1.el8.x86_64", "product_id": "ostree-debugsource-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-debuginfo-0:2020.7-1.el8.x86_64", "product_id": "ostree-debuginfo-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "product": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "product_id": "ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-1.el8?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el8.x86_64", "product": { "name": "inotify-tools-0:3.20.1-2.el8.x86_64", "product_id": "inotify-tools-0:3.20.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-devel-0:3.20.1-2.el8.x86_64", "product": { "name": "inotify-tools-devel-0:3.20.1-2.el8.x86_64", "product_id": "inotify-tools-devel-0:3.20.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-devel@3.20.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "product": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "product_id": "inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debugsource@3.20.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "product": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "product_id": "inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debuginfo@3.20.1-2.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_id": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_id": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_id": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_id": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_id": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "product": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_id": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.8.0-3.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "product": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_id": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.8.0-3.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.8.0-3.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_id": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.8.0-3.rhaos4.7.el8?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "product_id": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.7.0-202102060108.p0.git.97095.7271b90.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_id": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-82.rhaos4.6.git086e841.el8?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_id": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-82.rhaos4.6.git086e841.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_id": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_id": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=x86_64" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el7?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "product_id": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.6-1.rhaos4.5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-0:1.18.0-3.el7.x86_64", "product": { "name": "cri-tools-0:1.18.0-3.el7.x86_64", "product_id": "cri-tools-0:1.18.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.18.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "product": { "name": "cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "product_id": "cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.18.0-3.el7?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy20-0:2.0.19-1.el7.x86_64", "product": { "name": "haproxy20-0:2.0.19-1.el7.x86_64", "product_id": "haproxy20-0:2.0.19-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20@2.0.19-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "product": { "name": "haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "product_id": "haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debuginfo@2.0.19-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el7.x86_64", "product": { "name": "jq-0:1.6-2.el7.x86_64", "product_id": "jq-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jq-devel-0:1.6-2.el7.x86_64", "product": { "name": "jq-devel-0:1.6-2.el7.x86_64", "product_id": "jq-devel-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-devel@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "jq-debuginfo-0:1.6-2.el7.x86_64", "product": { "name": "jq-debuginfo-0:1.6-2.el7.x86_64", "product_id": "jq-debuginfo-0:1.6-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debuginfo@1.6-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "oniguruma-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma-devel@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product": { "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product_id": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/oniguruma-debuginfo@5.9.2-5.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product_id": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.7.0-202102032256.p0.git.3951.0e656ef.el7?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "product": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "product_id": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.7.0-202102060108.p0.git.97095.7271b90.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el7?arch=x86_64" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product_id": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-82.rhaos4.6.git086e841.el7?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el7.51?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product_id": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.0-0.rhaos4.7.git8921e00.el7.51?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "product": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "product_id": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.7.0-202011171454.p0.git.15.675c1c8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_id": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.8.6-1.rhaos4.5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_id": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.6-1.rhaos4.5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-0:1.20.0-1.el8.ppc64le", "product": { "name": "cri-tools-0:1.20.0-1.el8.ppc64le", "product_id": "cri-tools-0:1.20.0-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.20.0-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "product": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "product_id": "cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.20.0-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "product": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "product_id": "cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.20.0-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-caps@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-generic@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-rescue@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-live@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-network@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-squash@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-tools@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debugsource@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "product": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "product_id": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debuginfo@049-95.git20200804.el8_3.4?arch=ppc64le" } } }, { "category": "product_version", "name": "faq-0:0.0.6-5.el8.ppc64le", "product": { "name": "faq-0:0.0.6-5.el8.ppc64le", "product_id": "faq-0:0.0.6-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product_id": "prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-promu@0.5.0-2.git642a960.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": "haproxy20-0:2.0.19-1.el8.ppc64le", "product": { "name": "haproxy20-0:2.0.19-1.el8.ppc64le", "product_id": "haproxy20-0:2.0.19-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20@2.0.19-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "product": { "name": "haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "product_id": "haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.0.19-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "product": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "product_id": "haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20-debuginfo@2.0.19-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el8.ppc64le", "product": { "name": "jq-0:1.6-2.el8.ppc64le", "product_id": "jq-0:1.6-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "jq-devel-0:1.6-2.el8.ppc64le", "product": { "name": "jq-devel-0:1.6-2.el8.ppc64le", "product_id": "jq-devel-0:1.6-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-devel@1.6-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "jq-debugsource-0:1.6-2.el8.ppc64le", "product": { "name": "jq-debugsource-0:1.6-2.el8.ppc64le", "product_id": "jq-debugsource-0:1.6-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debugsource@1.6-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "jq-debuginfo-0:1.6-2.el8.ppc64le", "product": { "name": "jq-debuginfo-0:1.6-2.el8.ppc64le", "product_id": "jq-debuginfo-0:1.6-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debuginfo@1.6-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libnftnl-0:1.1.5-4.el8.ppc64le", "product": { "name": "libnftnl-0:1.1.5-4.el8.ppc64le", "product_id": "libnftnl-0:1.1.5-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl@1.1.5-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libnftnl-devel-0:1.1.5-4.el8.ppc64le", "product": { "name": "libnftnl-devel-0:1.1.5-4.el8.ppc64le", "product_id": "libnftnl-devel-0:1.1.5-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-devel@1.1.5-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "product": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "product_id": "libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debugsource@1.1.5-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "product": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "product_id": "libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debuginfo@1.1.5-4.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.ppc64le", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.ppc64le", "product_id": "libsodium-0:1.0.16-4.5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "product": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "product_id": "libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-devel@1.0.16-4.5.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "product": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "product_id": "libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-static@1.0.16-4.5.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "product": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "product_id": "libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.16-4.5.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "product": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "product_id": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.16-4.5.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "libunwind-0:1.2.1-5.el8.ppc64le", "product": { "name": "libunwind-0:1.2.1-5.el8.ppc64le", "product_id": "libunwind-0:1.2.1-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind@1.2.1-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libunwind-devel-0:1.2.1-5.el8.ppc64le", "product": { "name": "libunwind-devel-0:1.2.1-5.el8.ppc64le", "product_id": "libunwind-devel-0:1.2.1-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-devel@1.2.1-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "product": { "name": "libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "product_id": "libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debugsource@1.2.1-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "product": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "product_id": "libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libunwind-debuginfo@1.2.1-5.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "product": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "product_id": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debugsource@0.2-4.git7c289cc.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "product": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "product_id": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debuginfo@0.2-4.git7c289cc.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_id": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.13@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_id": "openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "product_id": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-devel@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_id": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "product_id": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debugsource@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product_id": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product_id": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_id": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.09.0-21.el8fdn?arch=ppc64le" } } }, { "category": "product_version", "name": "powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "product": { "name": "powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "product_id": "powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/powerpc-utils@1.3.6-12.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "product": { "name": "powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "product_id": "powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/powerpc-utils-core@1.3.6-12.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "product": { "name": "powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "product_id": "powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/powerpc-utils-debugsource@1.3.6-12.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "product": { "name": "powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "product_id": "powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/powerpc-utils-core-debuginfo@1.3.6-12.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-devel@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-devel@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-static@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-static-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-static-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-static-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-static@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debugsource@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler-debuginfo@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debuginfo@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_id": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-debuginfo@3.6.1-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-psutil-0:5.6.6-1.el8ar.ppc64le", "product": { "name": "python3-psutil-0:5.6.6-1.el8ar.ppc64le", "product_id": "python3-psutil-0:5.6.6-1.el8ar.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil@5.6.6-1.el8ar?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "product": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "product_id": "python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.6-1.el8ar?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "product": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "product_id": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil-debuginfo@5.6.6-1.el8ar?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "product": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "product_id": "python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml@0.15.41-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "product": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "product_id": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml-debugsource@0.15.41-4.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "product": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "product_id": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml-debuginfo@0.15.41-4.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": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_id": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8ost.ppc64le", "product": { "name": "gperftools-0:2.6.3-2.el8ost.ppc64le", "product_id": "gperftools-0:2.6.3-2.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "product": { "name": "gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "product_id": "gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-devel@2.6.3-2.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "product": { "name": "gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "product_id": "gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs@2.6.3-2.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "product": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "product_id": "gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-debugsource@2.6.3-2.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "product": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "product_id": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs-debuginfo@2.6.3-2.el8ost?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-0:15-1.el8.ppc64le", "product": { "name": "clevis-0:15-1.el8.ppc64le", "product_id": "clevis-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-dracut-0:15-1.el8.ppc64le", "product": { "name": "clevis-dracut-0:15-1.el8.ppc64le", "product_id": "clevis-dracut-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-dracut@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-luks-0:15-1.el8.ppc64le", "product": { "name": "clevis-luks-0:15-1.el8.ppc64le", "product_id": "clevis-luks-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-luks@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-systemd-0:15-1.el8.ppc64le", "product": { "name": "clevis-systemd-0:15-1.el8.ppc64le", "product_id": "clevis-systemd-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-systemd@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-udisks2-0:15-1.el8.ppc64le", "product": { "name": "clevis-udisks2-0:15-1.el8.ppc64le", "product_id": "clevis-udisks2-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-debugsource-0:15-1.el8.ppc64le", "product": { "name": "clevis-debugsource-0:15-1.el8.ppc64le", "product_id": "clevis-debugsource-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debugsource@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-debuginfo-0:15-1.el8.ppc64le", "product": { "name": "clevis-debuginfo-0:15-1.el8.ppc64le", "product_id": "clevis-debuginfo-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debuginfo@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "product": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "product_id": "clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2-debuginfo@15-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_id": "afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@4.6.0-1.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_id": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@4.6.0-1.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_id": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@4.6.0-1.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "product": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "product_id": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2020.7-1.el8_3?arch=ppc64le" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:47.83-1.el8.ppc64le", "product": { "name": "redhat-release-coreos-0:47.83-1.el8.ppc64le", "product_id": "redhat-release-coreos-0:47.83-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@47.83-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-0:2020.7-1.el8.ppc64le", "product_id": "ostree-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-devel-0:2020.7-1.el8.ppc64le", "product_id": "ostree-devel-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-grub2-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-grub2-0:2020.7-1.el8.ppc64le", "product_id": "ostree-grub2-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-grub2@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-libs-0:2020.7-1.el8.ppc64le", "product_id": "ostree-libs-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-debugsource-0:2020.7-1.el8.ppc64le", "product_id": "ostree-debugsource-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-debuginfo-0:2020.7-1.el8.ppc64le", "product_id": "ostree-debuginfo-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "product": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "product_id": "ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-1.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el8.ppc64le", "product": { "name": "inotify-tools-0:3.20.1-2.el8.ppc64le", "product_id": "inotify-tools-0:3.20.1-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "product": { "name": "inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "product_id": "inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-devel@3.20.1-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "product": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "product_id": "inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debugsource@3.20.1-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "product": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "product_id": "inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debuginfo@3.20.1-2.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_id": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_id": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_id": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_id": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_id": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_id": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.8.0-3.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_id": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.8.0-3.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_id": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.8.0-3.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.8.0-3.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_id": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.8.0-3.rhaos4.7.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.7.0-202102060108.p0.git.97095.7271b90.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_id": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-82.rhaos4.6.git086e841.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_id": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-82.rhaos4.6.git086e841.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_id": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_id": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "product": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "product_id": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/atomic-openshift-service-idler@4.7.0-202011171454.p0.git.15.675c1c8.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "product": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "product_id": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins@0.8.6-1.rhaos4.5.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "product": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "product_id": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@0.8.6-1.rhaos4.5.el8?arch=s390x" } } }, { "category": "product_version", "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "product": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "product_id": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@0.8.6-1.rhaos4.5.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-0:1.20.0-1.el8.s390x", "product": { "name": "cri-tools-0:1.20.0-1.el8.s390x", "product_id": "cri-tools-0:1.20.0-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools@1.20.0-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debugsource-0:1.20.0-1.el8.s390x", "product": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.s390x", "product_id": "cri-tools-debugsource-0:1.20.0-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debugsource@1.20.0-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "product": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "product_id": "cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.20.0-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "dracut-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-caps@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-generic@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-config-rescue@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-live-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-live-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-live@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-network-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-network-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-network@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-squash@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-tools@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debugsource@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "product": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "product_id": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/dracut-debuginfo@049-95.git20200804.el8_3.4?arch=s390x" } } }, { "category": "product_version", "name": "faq-0:0.0.6-5.el8.s390x", "product": { "name": "faq-0:0.0.6-5.el8.s390x", "product_id": "faq-0:0.0.6-5.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/faq@0.0.6-5.el8?arch=s390x" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product_id": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.5.0-2.git642a960.el8?arch=s390x" } } }, { "category": "product_version", "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product_id": "prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/prometheus-promu@0.5.0-2.git642a960.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": "haproxy20-0:2.0.19-1.el8.s390x", "product": { "name": "haproxy20-0:2.0.19-1.el8.s390x", "product_id": "haproxy20-0:2.0.19-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20@2.0.19-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy-debugsource-0:2.0.19-1.el8.s390x", "product": { "name": "haproxy-debugsource-0:2.0.19-1.el8.s390x", "product_id": "haproxy-debugsource-0:2.0.19-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy-debugsource@2.0.19-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "product": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "product_id": "haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/haproxy20-debuginfo@2.0.19-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "jq-0:1.6-2.el8.s390x", "product": { "name": "jq-0:1.6-2.el8.s390x", "product_id": "jq-0:1.6-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq@1.6-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "jq-devel-0:1.6-2.el8.s390x", "product": { "name": "jq-devel-0:1.6-2.el8.s390x", "product_id": "jq-devel-0:1.6-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-devel@1.6-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "jq-debugsource-0:1.6-2.el8.s390x", "product": { "name": "jq-debugsource-0:1.6-2.el8.s390x", "product_id": "jq-debugsource-0:1.6-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debugsource@1.6-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "jq-debuginfo-0:1.6-2.el8.s390x", "product": { "name": "jq-debuginfo-0:1.6-2.el8.s390x", "product_id": "jq-debuginfo-0:1.6-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/jq-debuginfo@1.6-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "libnftnl-0:1.1.5-4.el8.s390x", "product": { "name": "libnftnl-0:1.1.5-4.el8.s390x", "product_id": "libnftnl-0:1.1.5-4.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl@1.1.5-4.el8?arch=s390x" } } }, { "category": "product_version", "name": "libnftnl-devel-0:1.1.5-4.el8.s390x", "product": { "name": "libnftnl-devel-0:1.1.5-4.el8.s390x", "product_id": "libnftnl-devel-0:1.1.5-4.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-devel@1.1.5-4.el8?arch=s390x" } } }, { "category": "product_version", "name": "libnftnl-debugsource-0:1.1.5-4.el8.s390x", "product": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.s390x", "product_id": "libnftnl-debugsource-0:1.1.5-4.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debugsource@1.1.5-4.el8?arch=s390x" } } }, { "category": "product_version", "name": "libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "product": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "product_id": "libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libnftnl-debuginfo@1.1.5-4.el8?arch=s390x" } } }, { "category": "product_version", "name": "libsodium-0:1.0.16-4.5.el8ost.s390x", "product": { "name": "libsodium-0:1.0.16-4.5.el8ost.s390x", "product_id": "libsodium-0:1.0.16-4.5.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium@1.0.16-4.5.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "product": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "product_id": "libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-devel@1.0.16-4.5.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "libsodium-static-0:1.0.16-4.5.el8ost.s390x", "product": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.s390x", "product_id": "libsodium-static-0:1.0.16-4.5.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-static@1.0.16-4.5.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "product": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "product_id": "libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debugsource@1.0.16-4.5.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "product": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "product_id": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libsodium-debuginfo@1.0.16-4.5.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "product": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "product_id": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter@0.2-4.git7c289cc.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "product": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "product_id": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debugsource@0.2-4.git7c289cc.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "product": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "product_id": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-eventrouter-debuginfo@0.2-4.git7c289cc.el8?arch=s390x" } } }, { "category": "product_version", "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_id": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/network-scripts-openvswitch2.13@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_id": "openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "product": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "product_id": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-devel@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_id": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "product": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "product_id": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debugsource@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product_id": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product_id": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-openvswitch2.13-debuginfo@2.13.0-79.el8fdp?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debugsource@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-central-debuginfo@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-debuginfo@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-host-debuginfo@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "product": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_id": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ovn2.13-vtep-debuginfo@20.09.0-21.el8fdn?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-compiler-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-compiler-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-devel-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-devel-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-devel-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-devel@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-lite-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-lite-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-lite-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-devel@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-static@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-static-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-static-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-static-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-static@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debugsource@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-compiler-debuginfo@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-debuginfo@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "product": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "product_id": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/protobuf-lite-debuginfo@3.6.1-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-psutil-0:5.6.6-1.el8ar.s390x", "product": { "name": "python3-psutil-0:5.6.6-1.el8ar.s390x", "product_id": "python3-psutil-0:5.6.6-1.el8ar.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil@5.6.6-1.el8ar?arch=s390x" } } }, { "category": "product_version", "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "product": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "product_id": "python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.6-1.el8ar?arch=s390x" } } }, { "category": "product_version", "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "product": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "product_id": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-psutil-debuginfo@5.6.6-1.el8ar?arch=s390x" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "product": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "product_id": "python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml@0.15.41-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "product": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "product_id": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ruamel-yaml-debugsource@0.15.41-4.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "product": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "product_id": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-ruamel-yaml-debuginfo@0.15.41-4.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": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-devel@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debugsource@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-adsl-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-bluetooth-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-cloud-setup-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-libnm-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ovs-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-ppp-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-team-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-tui-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wifi-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_id": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/NetworkManager-wwan-debuginfo@1.26.0-12.1.rhaos4.7.el8?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "product": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "product_id": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.7.0-202102032256.p0.git.3951.0e656ef.el8?arch=s390x" } } }, { "category": "product_version", "name": "gperftools-0:2.6.3-2.el8ost.s390x", "product": { "name": "gperftools-0:2.6.3-2.el8ost.s390x", "product_id": "gperftools-0:2.6.3-2.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools@2.6.3-2.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "gperftools-devel-0:2.6.3-2.el8ost.s390x", "product": { "name": "gperftools-devel-0:2.6.3-2.el8ost.s390x", "product_id": "gperftools-devel-0:2.6.3-2.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-devel@2.6.3-2.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "gperftools-libs-0:2.6.3-2.el8ost.s390x", "product": { "name": "gperftools-libs-0:2.6.3-2.el8ost.s390x", "product_id": "gperftools-libs-0:2.6.3-2.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs@2.6.3-2.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "product": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "product_id": "gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-debugsource@2.6.3-2.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "product": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "product_id": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/gperftools-libs-debuginfo@2.6.3-2.el8ost?arch=s390x" } } }, { "category": "product_version", "name": "clevis-0:15-1.el8.s390x", "product": { "name": "clevis-0:15-1.el8.s390x", "product_id": "clevis-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-dracut-0:15-1.el8.s390x", "product": { "name": "clevis-dracut-0:15-1.el8.s390x", "product_id": "clevis-dracut-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-dracut@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-luks-0:15-1.el8.s390x", "product": { "name": "clevis-luks-0:15-1.el8.s390x", "product_id": "clevis-luks-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-luks@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-systemd-0:15-1.el8.s390x", "product": { "name": "clevis-systemd-0:15-1.el8.s390x", "product_id": "clevis-systemd-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-systemd@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-udisks2-0:15-1.el8.s390x", "product": { "name": "clevis-udisks2-0:15-1.el8.s390x", "product_id": "clevis-udisks2-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-debugsource-0:15-1.el8.s390x", "product": { "name": "clevis-debugsource-0:15-1.el8.s390x", "product_id": "clevis-debugsource-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debugsource@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-debuginfo-0:15-1.el8.s390x", "product": { "name": "clevis-debuginfo-0:15-1.el8.s390x", "product_id": "clevis-debuginfo-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-debuginfo@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "clevis-udisks2-debuginfo-0:15-1.el8.s390x", "product": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.s390x", "product_id": "clevis-udisks2-debuginfo-0:15-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clevis-udisks2-debuginfo@15-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "product": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "product_id": "afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn@4.6.0-1.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "product": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "product_id": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-afterburn-debugsource@4.6.0-1.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "product": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "product_id": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/afterburn-debuginfo@4.6.0-1.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-devel@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "product": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "product_id": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2020.7-1.el8_3?arch=s390x" } } }, { "category": "product_version", "name": "redhat-release-coreos-0:47.83-1.el8.s390x", "product": { "name": "redhat-release-coreos-0:47.83-1.el8.s390x", "product_id": "redhat-release-coreos-0:47.83-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redhat-release-coreos@47.83-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-0:2020.7-1.el8.s390x", "product": { "name": "ostree-0:2020.7-1.el8.s390x", "product_id": "ostree-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-devel-0:2020.7-1.el8.s390x", "product": { "name": "ostree-devel-0:2020.7-1.el8.s390x", "product_id": "ostree-devel-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-devel@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-0:2020.7-1.el8.s390x", "product": { "name": "ostree-libs-0:2020.7-1.el8.s390x", "product_id": "ostree-libs-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debugsource-0:2020.7-1.el8.s390x", "product": { "name": "ostree-debugsource-0:2020.7-1.el8.s390x", "product_id": "ostree-debugsource-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debugsource@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-debuginfo-0:2020.7-1.el8.s390x", "product": { "name": "ostree-debuginfo-0:2020.7-1.el8.s390x", "product_id": "ostree-debuginfo-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-debuginfo@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "product": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "product_id": "ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2020.7-1.el8?arch=s390x" } } }, { "category": "product_version", "name": "inotify-tools-0:3.20.1-2.el8.s390x", "product": { "name": "inotify-tools-0:3.20.1-2.el8.s390x", "product_id": "inotify-tools-0:3.20.1-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools@3.20.1-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "inotify-tools-devel-0:3.20.1-2.el8.s390x", "product": { "name": "inotify-tools-devel-0:3.20.1-2.el8.s390x", "product_id": "inotify-tools-devel-0:3.20.1-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-devel@3.20.1-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "product": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "product_id": "inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debugsource@3.20.1-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "product": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "product_id": "inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/inotify-tools-debuginfo@3.20.1-2.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_id": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_id": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_id": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debugsource@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_id": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=s390x" } } }, { "category": "product_version", "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_id": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.9.0-2.rhaos4.7.git1d56dc8.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "product": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "product_id": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer@0.8.0-3.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "product": { "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "product_id": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra@0.8.0-3.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "product": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "product_id": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debugsource@0.8.0-3.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product_id": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-bootinfra-debuginfo@0.8.0-3.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product_id": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/coreos-installer-debuginfo@0.8.0-3.rhaos4.7.el8?arch=s390x" } } }, { "category": "product_version", "name": "conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "product": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "product_id": "conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/conmon@2.0.21-2.rhaos4.6.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "product_id": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.7.0-202102060108.p0.git.97095.7271b90.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_id": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.0.0-82.rhaos4.6.git086e841.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_id": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.0.0-82.rhaos4.6.git086e841.el8?arch=s390x" } } }, { "category": "product_version", "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_id": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.0.0-82.rhaos4.6.git086e841.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_id": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_id": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_id": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.20.0-0.rhaos4.7.git8921e00.el8.51?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.18.0-3.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src" }, "product_reference": "cri-tools-0:1.18.0-3.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.18.0-3.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64" }, "product_reference": "cri-tools-0:1.18.0-3.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.18.0-3.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.0.19-1.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src" }, "product_reference": "haproxy-0:2.0.19-1.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debuginfo-0:2.0.19-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64" }, "product_reference": "haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-0:2.0.19-1.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64" }, "product_reference": "haproxy20-0:2.0.19-1.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src" }, "product_reference": "jq-0:1.6-2.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64" }, "product_reference": "jq-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debuginfo-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64" }, "product_reference": "jq-debuginfo-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-devel-0:1.6-2.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64" }, "product_reference": "jq-devel-0:1.6-2.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-0:5.9.2-5.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src" }, "product_reference": "oniguruma-0:5.9.2-5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "oniguruma-devel-0:5.9.2-5.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64" }, "product_reference": "oniguruma-devel-0:5.9.2-5.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src" }, "product_reference": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch" }, "product_reference": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src" }, "product_reference": "openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch" }, "product_reference": "openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64" }, "product_reference": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-botocore-0:1.4.57-5.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src" }, "product_reference": "python-botocore-0:1.4.57-5.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python2-botocore-0:1.4.57-5.el7.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch" }, "product_reference": "python2-botocore-0:1.4.57-5.el7.noarch", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "relates_to_product_reference": "7Server-RH7-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src" }, "product_reference": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch" }, "product_reference": "NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch" }, "product_reference": "NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch" }, "product_reference": "NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64" }, "product_reference": "NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le" }, "product_reference": "afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x" }, "product_reference": "afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64" }, "product_reference": "afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le" }, "product_reference": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x" }, "product_reference": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64" }, "product_reference": "afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le" }, "product_reference": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x" }, "product_reference": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src" }, "product_reference": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64" }, "product_reference": "atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-0:0.2.5-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64" }, "product_reference": "bootupd-0:0.2.5-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "bootupd-debuginfo-0:0.2.5-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64" }, "product_reference": "bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le" }, "product_reference": "clevis-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x" }, "product_reference": "clevis-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-0:15-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-0:15-1.el8.src" }, "product_reference": "clevis-0:15-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64" }, "product_reference": "clevis-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debuginfo-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le" }, "product_reference": "clevis-debuginfo-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debuginfo-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x" }, "product_reference": "clevis-debuginfo-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debuginfo-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64" }, "product_reference": "clevis-debuginfo-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debugsource-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le" }, "product_reference": "clevis-debugsource-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debugsource-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x" }, "product_reference": "clevis-debugsource-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-debugsource-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64" }, "product_reference": "clevis-debugsource-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-dracut-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le" }, "product_reference": "clevis-dracut-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-dracut-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x" }, "product_reference": "clevis-dracut-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-dracut-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64" }, "product_reference": "clevis-dracut-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-luks-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le" }, "product_reference": "clevis-luks-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-luks-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x" }, "product_reference": "clevis-luks-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-luks-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64" }, "product_reference": "clevis-luks-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-systemd-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le" }, "product_reference": "clevis-systemd-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-systemd-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x" }, "product_reference": "clevis-systemd-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-systemd-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64" }, "product_reference": "clevis-systemd-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le" }, "product_reference": "clevis-udisks2-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x" }, "product_reference": "clevis-udisks2-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64" }, "product_reference": "clevis-udisks2-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le" }, "product_reference": "clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x" }, "product_reference": "clevis-udisks2-debuginfo-0:15-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "clevis-udisks2-debuginfo-0:15-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64" }, "product_reference": "clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "conmon-2:2.0.21-2.rhaos4.6.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64" }, "product_reference": "conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch" }, "product_reference": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src" }, "product_reference": "console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch" }, "product_reference": "console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch" }, "product_reference": "console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch" }, "product_reference": "container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "container-selinux-2:2.151.0-1.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src" }, "product_reference": "container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64" }, "product_reference": "containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64" }, "product_reference": "containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le" }, "product_reference": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x" }, "product_reference": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64" }, "product_reference": "containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le" }, "product_reference": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x" }, "product_reference": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src" }, "product_reference": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64" }, "product_reference": "coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64" }, "product_reference": "coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le" }, "product_reference": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x" }, "product_reference": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64" }, "product_reference": "coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le" }, "product_reference": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x" }, "product_reference": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64" }, "product_reference": "coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64" }, "product_reference": "cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x" }, "product_reference": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x" }, "product_reference": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64" }, "product_reference": "cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.20.0-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le" }, "product_reference": "cri-tools-0:1.20.0-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.20.0-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x" }, "product_reference": "cri-tools-0:1.20.0-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.20.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src" }, "product_reference": "cri-tools-0:1.20.0-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-0:1.20.0-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64" }, "product_reference": "cri-tools-0:1.20.0-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le" }, "product_reference": "cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x" }, "product_reference": "cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debuginfo-0:1.20.0-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64" }, "product_reference": "cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le" }, "product_reference": "cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x" }, "product_reference": "cri-tools-debugsource-0:1.20.0-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "cri-tools-debugsource-0:1.20.0-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64" }, "product_reference": "cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-95.git20200804.el8_3.4.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src" }, "product_reference": "dracut-0:049-95.git20200804.el8_3.4.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-caps-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-live-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-live-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-network-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-network-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-squash-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le" }, "product_reference": "dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x" }, "product_reference": "dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "dracut-tools-0:049-95.git20200804.el8_3.4.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64" }, "product_reference": "dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le" }, "product_reference": "faq-0:0.0.6-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-5.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x" }, "product_reference": "faq-0:0.0.6-5.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-5.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src" }, "product_reference": "faq-0:0.0.6-5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "faq-0:0.0.6-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64" }, "product_reference": "faq-0:0.0.6-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64" }, "product_reference": "golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le" }, "product_reference": "gperftools-0:2.6.3-2.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x" }, "product_reference": "gperftools-0:2.6.3-2.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src" }, "product_reference": "gperftools-0:2.6.3-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-0:2.6.3-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64" }, "product_reference": "gperftools-0:2.6.3-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le" }, "product_reference": "gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x" }, "product_reference": "gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-debugsource-0:2.6.3-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64" }, "product_reference": "gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-devel-0:2.6.3-2.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le" }, "product_reference": "gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-devel-0:2.6.3-2.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x" }, "product_reference": "gperftools-devel-0:2.6.3-2.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-devel-0:2.6.3-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64" }, "product_reference": "gperftools-devel-0:2.6.3-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-0:2.6.3-2.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le" }, "product_reference": "gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-0:2.6.3-2.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x" }, "product_reference": "gperftools-libs-0:2.6.3-2.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-0:2.6.3-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64" }, "product_reference": "gperftools-libs-0:2.6.3-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le" }, "product_reference": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x" }, "product_reference": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64" }, "product_reference": "gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-0:2.0.19-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src" }, "product_reference": "haproxy-0:2.0.19-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.0.19-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le" }, "product_reference": "haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.0.19-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x" }, "product_reference": "haproxy-debugsource-0:2.0.19-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy-debugsource-0:2.0.19-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64" }, "product_reference": "haproxy-debugsource-0:2.0.19-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-0:2.0.19-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le" }, "product_reference": "haproxy20-0:2.0.19-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-0:2.0.19-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x" }, "product_reference": "haproxy20-0:2.0.19-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-0:2.0.19-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64" }, "product_reference": "haproxy20-0:2.0.19-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le" }, "product_reference": "haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x" }, "product_reference": "haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "haproxy20-debuginfo-0:2.0.19-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64" }, "product_reference": "haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le" }, "product_reference": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x" }, "product_reference": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src" }, "product_reference": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" }, "product_reference": "ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le" }, "product_reference": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x" }, "product_reference": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" }, "product_reference": "ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le" }, "product_reference": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x" }, "product_reference": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" }, "product_reference": "ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le" }, "product_reference": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x" }, "product_reference": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" }, "product_reference": "ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" }, "product_reference": "ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le" }, "product_reference": "inotify-tools-0:3.20.1-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x" }, "product_reference": "inotify-tools-0:3.20.1-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src" }, "product_reference": "inotify-tools-0:3.20.1-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-0:3.20.1-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64" }, "product_reference": "inotify-tools-0:3.20.1-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le" }, "product_reference": "inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x" }, "product_reference": "inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64" }, "product_reference": "inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le" }, "product_reference": "inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x" }, "product_reference": "inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-debugsource-0:3.20.1-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64" }, "product_reference": "inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-devel-0:3.20.1-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le" }, "product_reference": "inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-devel-0:3.20.1-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x" }, "product_reference": "inotify-tools-devel-0:3.20.1-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "inotify-tools-devel-0:3.20.1-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64" }, "product_reference": "inotify-tools-devel-0:3.20.1-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-0:15.1-20210114.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch" }, "product_reference": "ironic-images-0:15.1-20210114.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-0:15.1-20210114.1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src" }, "product_reference": "ironic-images-0:15.1-20210114.1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-all-0:15.1-20210114.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch" }, "product_reference": "ironic-images-all-0:15.1-20210114.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch" }, "product_reference": "ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch" }, "product_reference": "ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.263.3.1612449007-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch" }, "product_reference": "jenkins-0:2.263.3.1612449007-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-0:2.263.3.1612449007-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src" }, "product_reference": "jenkins-0:2.263.3.1612449007-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch" }, "product_reference": "jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jenkins-2-plugins-0:4.7.1611636915-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src" }, "product_reference": "jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le" }, "product_reference": "jq-0:1.6-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x" }, "product_reference": "jq-0:1.6-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src" }, "product_reference": "jq-0:1.6-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-0:1.6-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64" }, "product_reference": "jq-0:1.6-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debuginfo-0:1.6-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le" }, "product_reference": "jq-debuginfo-0:1.6-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debuginfo-0:1.6-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x" }, "product_reference": "jq-debuginfo-0:1.6-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debuginfo-0:1.6-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64" }, "product_reference": "jq-debuginfo-0:1.6-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debugsource-0:1.6-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le" }, "product_reference": "jq-debugsource-0:1.6-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debugsource-0:1.6-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x" }, "product_reference": "jq-debugsource-0:1.6-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-debugsource-0:1.6-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64" }, "product_reference": "jq-debugsource-0:1.6-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-devel-0:1.6-2.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le" }, "product_reference": "jq-devel-0:1.6-2.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-devel-0:1.6-2.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x" }, "product_reference": "jq-devel-0:1.6-2.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "jq-devel-0:1.6-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64" }, "product_reference": "jq-devel-0:1.6-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-0:1.1.5-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le" }, "product_reference": "libnftnl-0:1.1.5-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-0:1.1.5-4.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x" }, "product_reference": "libnftnl-0:1.1.5-4.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-0:1.1.5-4.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src" }, "product_reference": "libnftnl-0:1.1.5-4.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-0:1.1.5-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64" }, "product_reference": "libnftnl-0:1.1.5-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le" }, "product_reference": "libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x" }, "product_reference": "libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debuginfo-0:1.1.5-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64" }, "product_reference": "libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le" }, "product_reference": "libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x" }, "product_reference": "libnftnl-debugsource-0:1.1.5-4.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-debugsource-0:1.1.5-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64" }, "product_reference": "libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-devel-0:1.1.5-4.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le" }, "product_reference": "libnftnl-devel-0:1.1.5-4.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-devel-0:1.1.5-4.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x" }, "product_reference": "libnftnl-devel-0:1.1.5-4.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libnftnl-devel-0:1.1.5-4.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64" }, "product_reference": "libnftnl-devel-0:1.1.5-4.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le" }, "product_reference": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x" }, "product_reference": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le" }, "product_reference": "libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x" }, "product_reference": "libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le" }, "product_reference": "libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x" }, "product_reference": "libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le" }, "product_reference": "libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x" }, "product_reference": "libsodium-static-0:1.0.16-4.5.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64" }, "product_reference": "libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-0:1.2.1-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le" }, "product_reference": "libunwind-0:1.2.1-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-0:1.2.1-5.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src" }, "product_reference": "libunwind-0:1.2.1-5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le" }, "product_reference": "libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debugsource-0:1.2.1-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le" }, "product_reference": "libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-debugsource-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-debugsource-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-devel-0:1.2.1-5.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le" }, "product_reference": "libunwind-devel-0:1.2.1-5.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "libunwind-devel-0:1.2.1-5.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64" }, "product_reference": "libunwind-devel-0:1.2.1-5.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src" }, "product_reference": "openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64" }, "product_reference": "openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64" }, "product_reference": "openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le" }, "product_reference": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x" }, "product_reference": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64" }, "product_reference": "openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le" }, "product_reference": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x" }, "product_reference": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64" }, "product_reference": "openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src" }, "product_reference": "openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src" }, "product_reference": "openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch" }, "product_reference": "openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch" }, "product_reference": "openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch" }, "product_reference": "openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch" }, "product_reference": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src" }, "product_reference": "openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch" }, "product_reference": "openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch" }, "product_reference": "openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch" }, "product_reference": "openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch" }, "product_reference": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src" }, "product_reference": "openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src" }, "product_reference": "openvswitch2.13-0:2.13.0-79.el8fdp.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch" }, "product_reference": "openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src" }, "product_reference": "ostree-0:2020.7-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-debuginfo-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-debuginfo-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debuginfo-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-debuginfo-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-debugsource-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-debugsource-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-debugsource-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-debugsource-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-devel-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-devel-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-devel-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-devel-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-grub2-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-grub2-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-grub2-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-libs-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-libs-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-libs-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ostree-libs-debuginfo-0:2020.7-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64" }, "product_reference": "ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.09.0-21.el8fdn.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src" }, "product_reference": "ovn2.13-0:20.09.0-21.el8fdn.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64" }, "product_reference": "ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "powerpc-utils-0:1.3.6-12.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le" }, "product_reference": "powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "powerpc-utils-0:1.3.6-12.el8_3.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src" }, "product_reference": "powerpc-utils-0:1.3.6-12.el8_3.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le" }, "product_reference": "powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le" }, "product_reference": "powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le" }, "product_reference": "powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "pprof-0:2.6.3-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch" }, "product_reference": "pprof-0:2.6.3-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le" }, "product_reference": "prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x" }, "product_reference": "prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64" }, "product_reference": "prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-compiler-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-devel-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-devel-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-devel-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-devel-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-devel-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-lite-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-static-0:3.6.1-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le" }, "product_reference": "protobuf-static-0:3.6.1-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-static-0:3.6.1-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x" }, "product_reference": "protobuf-static-0:3.6.1-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-static-0:3.6.1-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64" }, "product_reference": "protobuf-static-0:3.6.1-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "protobuf-vim-0:3.6.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch" }, "product_reference": "protobuf-vim-0:3.6.1-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-boto3-0:1.9.101-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src" }, "product_reference": "python-boto3-0:1.9.101-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-botocore-0:1.12.119-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src" }, "product_reference": "python-botocore-0:1.12.119-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-cachetools-0:3.1.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src" }, "product_reference": "python-cachetools-0:3.1.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-certifi-0:2018.10.15-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src" }, "product_reference": "python-certifi-0:2018.10.15-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-daemon-0:2.1.2-9.el8ar.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src" }, "product_reference": "python-daemon-0:2.1.2-9.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src" }, "product_reference": "python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-dictdiffer-0:0.7.1-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src" }, "product_reference": "python-dictdiffer-0:0.7.1-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-eventlet-0:0.25.2-3.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src" }, "product_reference": "python-eventlet-0:0.25.2-3.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-google-auth-0:1.3.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src" }, "product_reference": "python-google-auth-0:1.3.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src" }, "product_reference": "python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src" }, "product_reference": "python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src" }, "product_reference": "python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-kubernetes-0:11.0.0-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src" }, "product_reference": "python-kubernetes-0:11.0.0-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src" }, "product_reference": "python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-openshift-1:0.11.2-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src" }, "product_reference": "python-openshift-1:0.11.2-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src" }, "product_reference": "python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src" }, "product_reference": "python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch" }, "product_reference": "python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src" }, "product_reference": "python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src" }, "product_reference": "python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src" }, "product_reference": "python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch" }, "product_reference": "python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src" }, "product_reference": "python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch" }, "product_reference": "python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src" }, "product_reference": "python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch" }, "product_reference": "python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src" }, "product_reference": "python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src" }, "product_reference": "python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src" }, "product_reference": "python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch" }, "product_reference": "python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-pbr-0:5.4.3-2.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src" }, "product_reference": "python-pbr-0:5.4.3-2.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-0:5.6.6-1.el8ar.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src" }, "product_reference": "python-psutil-0:5.6.6-1.el8ar.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le" }, "product_reference": "python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x" }, "product_reference": "python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64" }, "product_reference": "python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-0:0.15.41-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src" }, "product_reference": "python-ruamel-yaml-0:0.15.41-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le" }, "product_reference": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x" }, "product_reference": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64" }, "product_reference": "python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-s3transfer-0:0.2.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src" }, "product_reference": "python-s3transfer-0:0.2.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src" }, "product_reference": "python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-string_utils-0:0.6.0-4.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src" }, "product_reference": "python-string_utils-0:0.6.0-4.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src" }, "product_reference": "python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src" }, "product_reference": "python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src" }, "product_reference": "python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python-websocket-client-0:0.54.0-1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src" }, "product_reference": "python-websocket-client-0:0.54.0-1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python2-botocore-0:1.12.119-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch" }, "product_reference": "python2-botocore-0:1.12.119-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python2-cachetools-0:3.1.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch" }, "product_reference": "python2-cachetools-0:3.1.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-boto3-0:1.9.101-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch" }, "product_reference": "python3-boto3-0:1.9.101-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-botocore-0:1.12.119-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch" }, "product_reference": "python3-botocore-0:1.12.119-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cachetools-0:3.1.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch" }, "product_reference": "python3-cachetools-0:3.1.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-certifi-0:2018.10.15-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch" }, "product_reference": "python3-certifi-0:2018.10.15-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-daemon-0:2.1.2-9.el8ar.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch" }, "product_reference": "python3-daemon-0:2.1.2-9.el8ar.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch" }, "product_reference": "python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dictdiffer-0:0.7.1-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch" }, "product_reference": "python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-eventlet-0:0.25.2-3.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch" }, "product_reference": "python3-eventlet-0:0.25.2-3.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-google-auth-0:1.3.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch" }, "product_reference": "python3-google-auth-0:1.3.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch" }, "product_reference": "python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch" }, "product_reference": "python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch" }, "product_reference": "python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch" }, "product_reference": "python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch" }, "product_reference": "python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch" }, "product_reference": "python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch" }, "product_reference": "python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-0:11.0.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch" }, "product_reference": "python3-kubernetes-0:11.0.0-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kubernetes-tests-0:11.0.0-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch" }, "product_reference": "python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch" }, "product_reference": "python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openshift-1:0.11.2-1.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch" }, "product_reference": "python3-openshift-1:0.11.2-1.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch" }, "product_reference": "python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch" }, "product_reference": "python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le" }, "product_reference": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x" }, "product_reference": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64" }, "product_reference": "python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch" }, "product_reference": "python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch" }, "product_reference": "python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch" }, "product_reference": "python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch" }, "product_reference": "python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch" }, "product_reference": "python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch" }, "product_reference": "python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch" }, "product_reference": "python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch" }, "product_reference": "python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch" }, "product_reference": "python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch" }, "product_reference": "python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch" }, "product_reference": "python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch" }, "product_reference": "python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch" }, "product_reference": "python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch" }, "product_reference": "python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch" }, "product_reference": "python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch" }, "product_reference": "python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pbr-0:5.4.3-2.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch" }, "product_reference": "python3-pbr-0:5.4.3-2.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-protobuf-0:3.6.1-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch" }, "product_reference": "python3-protobuf-0:3.6.1-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-0:5.6.6-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le" }, "product_reference": "python3-psutil-0:5.6.6-1.el8ar.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-0:5.6.6-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x" }, "product_reference": "python3-psutil-0:5.6.6-1.el8ar.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-0:5.6.6-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64" }, "product_reference": "python3-psutil-0:5.6.6-1.el8ar.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le" }, "product_reference": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x" }, "product_reference": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64" }, "product_reference": "python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le" }, "product_reference": "python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x" }, "product_reference": "python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64" }, "product_reference": "python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le" }, "product_reference": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x" }, "product_reference": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64" }, "product_reference": "python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-s3transfer-0:0.2.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch" }, "product_reference": "python3-s3transfer-0:0.2.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch" }, "product_reference": "python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-string_utils-0:0.6.0-4.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch" }, "product_reference": "python3-string_utils-0:0.6.0-4.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch" }, "product_reference": "python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch" }, "product_reference": "python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch" }, "product_reference": "python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch" }, "product_reference": "python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch" }, "product_reference": "python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-websocket-client-0:0.54.0-1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch" }, "product_reference": "python3-websocket-client-0:0.54.0-1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:47.83-1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le" }, "product_reference": "redhat-release-coreos-0:47.83-1.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:47.83-1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x" }, "product_reference": "redhat-release-coreos-0:47.83-1.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:47.83-1.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src" }, "product_reference": "redhat-release-coreos-0:47.83-1.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "redhat-release-coreos-0:47.83-1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64" }, "product_reference": "redhat-release-coreos-0:47.83-1.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch" }, "product_reference": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src" }, "product_reference": "rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-0:17.0-20200606.1.el8ost.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src" }, "product_reference": "rhosp-director-images-0:17.0-20200606.1.el8ost.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch" }, "product_reference": "rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2020.7-1.el8_3.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src" }, "product_reference": "rpm-ostree-0:2020.7-1.el8_3.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-devel-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64" }, "product_reference": "rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64" }, "product_reference": "runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le" }, "product_reference": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x" }, "product_reference": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64" }, "product_reference": "runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le" }, "product_reference": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x" }, "product_reference": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64" }, "product_reference": "runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src" }, "product_reference": "rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le" }, "product_reference": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x" }, "product_reference": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64" }, "product_reference": "rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-bootupd-0:0.2.5-2.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src" }, "product_reference": "rust-bootupd-0:0.2.5-2.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64" }, "product_reference": "rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "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.7", "product_id": "8Base-RHOSE-4.7: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.7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.noarch as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch" }, "product_reference": "toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.7" }, { "category": "default_component_of", "full_product_name": { "name": "toolbox-0:0.0.8-3.rhaos4.7.el8.src as a component of Red Hat OpenShift Container Platform 4.7", "product_id": "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" }, "product_reference": "toolbox-0:0.0.8-3.rhaos4.7.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.7" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Jessica Forrester" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2019-3884", "cwe": { "id": "CWE-290", "name": "Authentication Bypass by Spoofing" }, "discovery_date": "2019-03-29T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1693905" } ], "notes": [ { "category": "description", "text": "A vulnerability exists in the garbage collection mechanism of atomic-openshift. An attacker able spoof the UUID of a valid object from another namespace is able to delete children of those objects.", "title": "Vulnerability description" }, { "category": "summary", "text": "atomic-openshift: cross-namespace owner references can trigger deletions of valid children", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-3884" }, { "category": "external", "summary": "RHBZ#1693905", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1693905" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3884", "url": "https://www.cve.org/CVERecord?id=CVE-2019-3884" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3884", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3884" } ], "release_date": "2019-03-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.6, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", "version": "3.0" }, "products": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "atomic-openshift: cross-namespace owner references can trigger deletions of valid children" }, { "acknowledgments": [ { "names": [ "the Kubernetes Product Security Committee" ] }, { "names": [ "Kaizhe Huang" ], "organization": "derek0405", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-8566", "cwe": { "id": "CWE-117", "name": "Improper Output Neutralization for Logs" }, "discovery_date": "2020-10-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1886640" } ], "notes": [ { "category": "description", "text": "A flaw was found in kubernetes. If the logging level is to at least 4, and Ceph RBD is configured as a storage provisioner, then Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform 4 does not support Ceph RBD persistent volumes, however the vulnerable code is included.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-8566" }, { "category": "external", "summary": "RHBZ#1886640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1886640" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-8566", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8566" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8566", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8566" }, { "category": "external", "summary": "https://github.com/kubernetes/kubernetes/issues/95624", "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "category": "external", "summary": "https://groups.google.com/g/kubernetes-announce/c/ScdmyORnPDk", "url": "https://groups.google.com/g/kubernetes-announce/c/ScdmyORnPDk" } ], "release_date": "2020-10-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" }, { "category": "workaround", "details": "OCP Clusters not using Ceph RBD volumes are not vulnerable to this issue. For clusters using Ceph RBD volumes, this can be mitigated by ensuring the logging level is below 4 and protecting unauthorized access to cluster logs.\n\nFor OCP, the logging level for core components can be configured using operators, e.g. for kube-controller-manager:\nhttps://docs.openshift.com/container-platform/latest/rest_api/operator_apis/kubecontrollermanager-operator-openshift-io-v1.html#specification\n\nIn OCP, a logging level of \"Debug\" is equivalent to 4: \nhttps://github.com/openshift/api/blob/master/operator/v1/types.go#L96\n\nThe default logging level is \"Normal\", which is equivalent to 2. Clusters running with the default level are not vulnerable to this issue.", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4" }, { "acknowledgments": [ { "names": [ "The containerd project" ] }, { "names": [ "Ian Coldwater", "Duffie Cooley", "Rory McCune", "Brad Geesaman", "Josh Larsen" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-15157", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-10-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1888248" } ], "notes": [ { "category": "description", "text": "A flaw was found in containerd. Credentials may be leaked during an image pull.", "title": "Vulnerability description" }, { "category": "summary", "text": "containerd: credentials leak during image pull", "title": "Vulnerability summary" }, { "category": "other", "text": "In OpenShift Container Platform (OCP) the ose-cluster-autoscaler container ships vulnerable version of the containerd package, but only containerd api is used by the container. The vulnerable code is not delivered, hence marked as wontfix.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-15157" }, { "category": "external", "summary": "RHBZ#1888248", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1888248" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-15157", "url": "https://www.cve.org/CVERecord?id=CVE-2020-15157" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-15157", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15157" }, { "category": "external", "summary": "https://github.com/containerd/containerd/releases/tag/v1.2.14", "url": "https://github.com/containerd/containerd/releases/tag/v1.2.14" }, { "category": "external", "summary": "https://github.com/containerd/containerd/security/advisories/GHSA-742w-89gc-8m9c", "url": "https://github.com/containerd/containerd/security/advisories/GHSA-742w-89gc-8m9c" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2020/10/15/1", "url": "https://www.openwall.com/lists/oss-security/2020/10/15/1" } ], "release_date": "2020-10-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "containerd: credentials leak during image pull" }, { "acknowledgments": [ { "names": [ "Hubert Kario" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2020-25658", "cwe": { "id": "CWE-385", "name": "Covert Timing Channel" }, "discovery_date": "2020-10-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1889972" } ], "notes": [ { "category": "description", "text": "A flaw was found in python-rsa, where it is vulnerable to Bleichenbacher timing attacks. This flaw allows an attacker, via the RSA decryption API, to decrypt parts of the ciphertext encrypted with RSA. The highest threat from this vulnerability is to confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-rsa: bleichenbacher timing oracle attack against RSA decryption", "title": "Vulnerability summary" }, { "category": "other", "text": "In Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-rsa package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-25658" }, { "category": "external", "summary": "RHBZ#1889972", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889972" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-25658", "url": "https://www.cve.org/CVERecord?id=CVE-2020-25658" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-25658", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25658" }, { "category": "external", "summary": "https://github.com/sybrenstuvel/python-rsa/issues/165", "url": "https://github.com/sybrenstuvel/python-rsa/issues/165" } ], "release_date": "2020-11-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-rsa: bleichenbacher timing oracle attack against RSA decryption" }, { "cve": "CVE-2020-28362", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2020-11-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1897635" } ], "notes": [ { "category": "description", "text": "A flaw was found in the math/big package of Go\u0027s standard library that causes a denial of service. Applications written in Go that use math/big via cryptographic packages, including crypto/rsa and crypto/x509, are vulnerable and can potentially cause panic via a crafted certificate chain. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: panic during recursive division of very large numbers", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift ServiceMesh (OSSM) 1.1 is Out Of Support Scope (OOSS) for Moderate and Low impact vulnerabilities because it is now in the Maintenance Phase of the support.\nOpenshift Virtualization 1 (formerly Container Native Virtualization) is Out Of Support Scope (OOSS) for Moderate and Low impact vulnerabilities.\n\nRed Hat Gluster Storage 3 shipped multi-cloud-object-gateway-cli and noobaa-operator container as a technical preview and is not currently planned to be addressed in future updates.\n\nOpenShift Container Platform (OCP) 4.5 and earlier are built with Go versions earlier than 1.14, which are not affected by this vulnerability. OCP 4.6 is built with Go 1.15 and is 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.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-28362" }, { "category": "external", "summary": "RHBZ#1897635", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1897635" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-28362", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28362" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28362", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28362" } ], "release_date": "2020-11-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" } ], "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.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: math/big: panic during recursive division of very large numbers" }, { "cve": "CVE-2021-3121", "cwe": { "id": "CWE-129", "name": "Improper Validation of Array Index" }, "discovery_date": "2021-01-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1921650" } ], "notes": [ { "category": "description", "text": "A flaw was found in github.com/gogo/protobuf before 1.3.2 that allows an out-of-bounds access when unmarshalling certain protobuf objects. This flaw allows a remote attacker to send crafted protobuf messages, causing panic and resulting in a denial of service. The highest threat from this vulnerability is to availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform (OCP), OpenShift ServiceMesh (OSSM) and Red Hat OpenShift Jaeger (RHOSJ) all include code generated by github.com/gogo/protobuf to parse protobuf messages. However, no component is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate for OCP, OSSM and RHOSJ.\n\nOpenShift Virtualization includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no component of OpenShift Virtualization is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate.\n\nRed Hat Advanced Cluster Management for Kubernetes (RHACM) includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no RHACM component is accepting protobuf messages from unauthenticated sources and are used with a limited scope, hence this vulnerability is rated Moderate for RHACM.\n\nRed Hat Cluster Application Migration (CAM) includes code generated by github.com/gogo/protobuf to parse protobuf messages. However, no CAM component is known to accept protobuf messages from unauthenticated sources, hence this vulnerability is rated Moderate for CAM.\n\nCryostat-2 is affected as it does ship gogo/protobuf library with it\u0027s distribution but the only use for Protobuf would be the Kubernetes/OpenShift API server the operator communicates with and it should be authenticated hence it is affected with 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": [ "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64" ], "known_not_affected": [ "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.src", "7Server-RH7-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.src", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy-0:2.0.19-1.el7.src", "7Server-RH7-RHOSE-4.7:haproxy-debuginfo-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:haproxy20-0:2.0.19-1.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.src", "7Server-RH7-RHOSE-4.7:jq-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-debuginfo-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:jq-devel-0:1.6-2.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.src", "7Server-RH7-RHOSE-4.7:oniguruma-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-debuginfo-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:oniguruma-devel-0:5.9.2-5.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-ansible-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.src", "7Server-RH7-RHOSE-4.7:openshift-ansible-test-0:4.7.0-202102032256.p0.git.0.bf7d9a7.el7.noarch", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.src", "7Server-RH7-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el7.x86_64", "7Server-RH7-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el7.x86_64", "7Server-RH7-RHOSE-4.7:python-botocore-0:1.4.57-5.el7.src", "7Server-RH7-RHOSE-4.7:python2-botocore-0:1.4.57-5.el7.noarch", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.src", "7Server-RH7-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "7Server-RH7-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el7.x86_64", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:NetworkManager-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-adsl-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-bluetooth-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-cloud-setup-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-config-connectivity-redhat-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-config-server-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-debugsource-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-dispatcher-routing-rules-1:1.26.0-12.1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-libnm-devel-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ovs-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-ppp-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-team-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-tui-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wifi-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:NetworkManager-wwan-debuginfo-1:1.26.0-12.1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:afterburn-debuginfo-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-0:1.4.6-2.el8ar.src", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.noarch", "8Base-RHOSE-4.7:ansible-runner-http-0:1.0.0-2.el8ar.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.ppc64le", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.s390x", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.src", "8Base-RHOSE-4.7:atomic-openshift-service-idler-0:4.7.0-202011171454.p0.git.15.675c1c8.el8.x86_64", "8Base-RHOSE-4.7:bootupd-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:bootupd-debuginfo-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:clevis-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-0:15-1.el8.src", "8Base-RHOSE-4.7:clevis-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-debugsource-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-dracut-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-luks-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-systemd-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.ppc64le", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.s390x", "8Base-RHOSE-4.7:clevis-udisks2-debuginfo-0:15-1.el8.x86_64", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.ppc64le", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.s390x", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.src", "8Base-RHOSE-4.7:conmon-2:2.0.21-2.rhaos4.6.el8.x86_64", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-0:0.20.3-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:console-login-helper-messages-issuegen-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:console-login-helper-messages-profile-0:0.20.3-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:container-selinux-2:2.151.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.src", "8Base-RHOSE-4.7:containernetworking-plugins-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debuginfo-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.ppc64le", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.s390x", "8Base-RHOSE-4.7:containernetworking-plugins-debugsource-0:0.8.6-1.rhaos4.5.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.src", "8Base-RHOSE-4.7:coreos-installer-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-bootinfra-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debuginfo-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:coreos-installer-debugsource-0:0.8.0-3.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.src", "8Base-RHOSE-4.7:dracut-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-caps-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-generic-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-config-rescue-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debuginfo-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-debugsource-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-live-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-network-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-squash-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.ppc64le", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.s390x", "8Base-RHOSE-4.7:dracut-tools-0:049-95.git20200804.el8_3.4.x86_64", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.ppc64le", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.s390x", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.src", "8Base-RHOSE-4.7:faq-0:0.0.6-5.el8.x86_64", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.src", "8Base-RHOSE-4.7:golang-github-prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.src", "8Base-RHOSE-4.7:gperftools-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-debugsource-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-devel-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.ppc64le", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.s390x", "8Base-RHOSE-4.7:gperftools-libs-debuginfo-0:2.6.3-2.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.src", "8Base-RHOSE-4.7:grpc-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-cli-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-debugsource-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-devel-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:grpc-plugins-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:haproxy-0:2.0.19-1.el8.src", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy-debugsource-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.ppc64le", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.s390x", "8Base-RHOSE-4.7:haproxy20-debuginfo-0:2.0.19-1.el8.x86_64", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.src", "8Base-RHOSE-4.7:ignition-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-debugsource-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.ppc64le", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.s390x", "8Base-RHOSE-4.7:ignition-validate-debuginfo-0:2.9.0-2.rhaos4.7.git1d56dc8.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.src", "8Base-RHOSE-4.7:inotify-tools-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debuginfo-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-debugsource-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.ppc64le", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.s390x", "8Base-RHOSE-4.7:inotify-tools-devel-0:3.20.1-2.el8.x86_64", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-0:15.1-20210114.1.el8.src", "8Base-RHOSE-4.7:ironic-images-all-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-ppc64le-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:ironic-images-ipa-x86_64-0:15.1-20210114.1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-0:2.263.3.1612449007-1.el8.src", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.noarch", "8Base-RHOSE-4.7:jenkins-2-plugins-0:4.7.1611636915-1.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.src", "8Base-RHOSE-4.7:jq-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debuginfo-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-debugsource-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.ppc64le", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.s390x", "8Base-RHOSE-4.7:jq-devel-0:1.6-2.el8.x86_64", "8Base-RHOSE-4.7:kuryr-binding-scripts-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.src", "8Base-RHOSE-4.7:libnftnl-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debuginfo-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-debugsource-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.ppc64le", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.s390x", "8Base-RHOSE-4.7:libnftnl-devel-0:1.1.5-4.el8.x86_64", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.src", "8Base-RHOSE-4.7:libsodium-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debuginfo-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-debugsource-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-devel-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.ppc64le", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.s390x", "8Base-RHOSE-4.7:libsodium-static-0:1.0.16-4.5.el8ost.x86_64", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.src", "8Base-RHOSE-4.7:libunwind-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debuginfo-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-debugsource-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.ppc64le", "8Base-RHOSE-4.7:libunwind-devel-0:1.2.1-5.el8.x86_64", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:network-scripts-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:octavia-amphora-image-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:openshift-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.ppc64le", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.s390x", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.src", "8Base-RHOSE-4.7:openshift-clients-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-clients-redistributable-0:4.7.0-202102032256.p0.git.3951.0e656ef.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.src", "8Base-RHOSE-4.7:openshift-eventrouter-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debuginfo-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.ppc64le", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.s390x", "8Base-RHOSE-4.7:openshift-eventrouter-debugsource-0:0.2-4.git7c289cc.el8.x86_64", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.ppc64le", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.s390x", "8Base-RHOSE-4.7:openshift-hyperkube-0:4.7.0-202102060108.p0.git.97095.7271b90.el8.x86_64", "8Base-RHOSE-4.7:openshift-kuryr-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.src", "8Base-RHOSE-4.7:openshift-kuryr-cni-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-common-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openshift-kuryr-controller-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-1:16.0.4-0.20210203051223.7d74ea0.el8.src", "8Base-RHOSE-4.7:openstack-ironic-api-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-common-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-conductor-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-0:10.4.1-0.20201123161216.70fccec.el8.src", "8Base-RHOSE-4.7:openstack-ironic-inspector-api-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-conductor-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-inspector-dnsmasq-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:openstack-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.src", "8Base-RHOSE-4.7:openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-debugsource-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:openvswitch2.13-devel-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:openvswitch2.13-test-0:2.13.0-79.el8fdp.noarch", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.src", "8Base-RHOSE-4.7:ostree-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-debugsource-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-devel-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-grub2-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.ppc64le", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.s390x", "8Base-RHOSE-4.7:ostree-libs-debuginfo-0:2020.7-1.el8.x86_64", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.src", "8Base-RHOSE-4.7:ovn2.13-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-central-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-debugsource-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-host-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.ppc64le", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.s390x", "8Base-RHOSE-4.7:ovn2.13-vtep-debuginfo-0:20.09.0-21.el8fdn.x86_64", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-0:1.3.6-12.el8_3.src", "8Base-RHOSE-4.7:powerpc-utils-core-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-core-debuginfo-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:powerpc-utils-debugsource-0:1.3.6-12.el8_3.ppc64le", "8Base-RHOSE-4.7:pprof-0:2.6.3-2.el8ost.noarch", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.ppc64le", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.s390x", "8Base-RHOSE-4.7:prometheus-promu-0:0.5.0-2.git642a960.el8.x86_64", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.src", "8Base-RHOSE-4.7:protobuf-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-compiler-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-debugsource-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-debuginfo-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-devel-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-lite-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.ppc64le", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.s390x", "8Base-RHOSE-4.7:protobuf-static-0:3.6.1-4.el8ost.x86_64", "8Base-RHOSE-4.7:protobuf-vim-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python-alembic-0:1.4.2-5.el8ost.src", "8Base-RHOSE-4.7:python-boto3-0:1.9.101-1.el8ost.src", "8Base-RHOSE-4.7:python-botocore-0:1.12.119-1.el8ost.src", "8Base-RHOSE-4.7:python-cachetools-0:3.1.0-1.el8ost.src", "8Base-RHOSE-4.7:python-certifi-0:2018.10.15-4.el8ost.src", "8Base-RHOSE-4.7:python-construct-0:2.10.56-1.el8ost.src", "8Base-RHOSE-4.7:python-daemon-0:2.1.2-9.el8ar.src", "8Base-RHOSE-4.7:python-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.src", "8Base-RHOSE-4.7:python-dictdiffer-0:0.7.1-2.el8ost.src", "8Base-RHOSE-4.7:python-eventlet-0:0.25.2-3.el8ost.src", "8Base-RHOSE-4.7:python-flask-1:1.1.1-1.el8ost.src", "8Base-RHOSE-4.7:python-flask-doc-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python-google-auth-0:1.3.0-1.el8ost.src", "8Base-RHOSE-4.7:python-hardware-0:0.23.0-0.20201031022149.59211cc.el8.src", "8Base-RHOSE-4.7:python-ifaddr-0:0.1.6-5.el8ost.src", "8Base-RHOSE-4.7:python-importlib-metadata-0:1.7.0-1.el8ost.src", "8Base-RHOSE-4.7:python-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.src", "8Base-RHOSE-4.7:python-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.src", "8Base-RHOSE-4.7:python-kubernetes-0:11.0.0-1.el8.src", "8Base-RHOSE-4.7:python-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.src", "8Base-RHOSE-4.7:python-lockfile-1:0.11.0-8.el8ar.src", "8Base-RHOSE-4.7:python-msgpack-0:0.6.2-1.el8ost.src", "8Base-RHOSE-4.7:python-msgpack-debugsource-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python-openshift-1:0.11.2-1.el8.src", "8Base-RHOSE-4.7:python-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.src", "8Base-RHOSE-4.7:python-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.src", "8Base-RHOSE-4.7:python-oslo-concurrency-lang-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.src", "8Base-RHOSE-4.7:python-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.src", "8Base-RHOSE-4.7:python-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.src", "8Base-RHOSE-4.7:python-oslo-db-lang-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.src", "8Base-RHOSE-4.7:python-oslo-i18n-lang-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.src", "8Base-RHOSE-4.7:python-oslo-log-lang-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.src", "8Base-RHOSE-4.7:python-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.src", "8Base-RHOSE-4.7:python-oslo-utils-lang-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python-packaging-0:20.4-1.el8ost.src", "8Base-RHOSE-4.7:python-packaging-doc-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python-paste-0:3.2.4-1.el8ost.src", "8Base-RHOSE-4.7:python-paste-deploy-0:2.0.1-4.el8ost.src", "8Base-RHOSE-4.7:python-pbr-0:5.4.3-2.el8ost.src", "8Base-RHOSE-4.7:python-pexpect-0:4.6-2.el8ar.src", "8Base-RHOSE-4.7:python-pint-0:0.10.1-1.el8ost.src", "8Base-RHOSE-4.7:python-psutil-0:5.6.6-1.el8ar.src", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python-psutil-debugsource-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python-pyghmi-0:1.5.14-2.1.el8ost.src", "8Base-RHOSE-4.7:python-pyroute2-0:0.5.13-1.el8ost.src", "8Base-RHOSE-4.7:python-requests-unixsocket-0:0.1.5-5.el8ar.src", "8Base-RHOSE-4.7:python-rsa-0:4.7-1.el8.src", "8Base-RHOSE-4.7:python-ruamel-yaml-0:0.15.41-4.el8ost.src", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python-ruamel-yaml-debugsource-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python-s3transfer-0:0.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.src", "8Base-RHOSE-4.7:python-string_utils-0:0.6.0-4.el8ost.src", "8Base-RHOSE-4.7:python-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.src", "8Base-RHOSE-4.7:python-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.src", "8Base-RHOSE-4.7:python-tenacity-0:6.2.0-1.el8ost.src", "8Base-RHOSE-4.7:python-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.src", "8Base-RHOSE-4.7:python-websocket-client-0:0.54.0-1.el8ost.src", "8Base-RHOSE-4.7:python-werkzeug-0:1.0.1-3.el8ost.src", "8Base-RHOSE-4.7:python-zeroconf-0:0.24.4-1.el8ost.src", "8Base-RHOSE-4.7:python-zipp-0:0.5.1-2.el8ost.src", "8Base-RHOSE-4.7:python2-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python2-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-alembic-0:1.4.2-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-ansible-runner-0:1.4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-boto3-0:1.9.101-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-botocore-0:1.12.119-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-cachetools-0:3.1.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-certifi-0:2018.10.15-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-construct-0:2.10.56-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-daemon-0:2.1.2-9.el8ar.noarch", "8Base-RHOSE-4.7:python3-debtcollector-0:2.2.0-0.20201008171245.649189d.el8.noarch", "8Base-RHOSE-4.7:python3-dictdiffer-0:0.7.1-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-eventlet-0:0.25.2-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-flask-1:1.1.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-google-auth-0:1.3.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-grpcio-debuginfo-0:1.18.0-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-hardware-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-hardware-detect-0:0.23.0-0.20201031022149.59211cc.el8.noarch", "8Base-RHOSE-4.7:python3-ifaddr-0:0.1.6-5.el8ost.noarch", "8Base-RHOSE-4.7:python3-importlib-metadata-0:1.7.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-ironic-inspector-tests-0:10.4.1-0.20201123161216.70fccec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-lib-0:4.4.1-0.20201218041209.aa7cfec.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-python-agent-0:6.4.3-0.20201217171210.bd45db1.el8.noarch", "8Base-RHOSE-4.7:python3-ironic-tests-1:16.0.4-0.20210203051223.7d74ea0.el8.noarch", "8Base-RHOSE-4.7:python3-keystoneauth1-0:4.2.0-0.20200630234358.dab8e10.el8ost.noarch", "8Base-RHOSE-4.7:python3-kubernetes-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kubernetes-tests-0:11.0.0-1.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-kubernetes-0:4.7.0-202101262230.p0.git.2494.cd95ce5.el8.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-kuryr-lib-tests-0:1.1.1-0.20190923160834.41e6964.el8ost.noarch", "8Base-RHOSE-4.7:python3-lockfile-1:0.11.0-8.el8ar.noarch", "8Base-RHOSE-4.7:python3-msgpack-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-msgpack-debuginfo-0:0.6.2-1.el8ost.x86_64", "8Base-RHOSE-4.7:python3-openshift-1:0.11.2-1.el8.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openstacksdk-tests-0:0.48.0-0.20200708092906.3b693c2.el8ost.noarch", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.ppc64le", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.s390x", "8Base-RHOSE-4.7:python3-openvswitch2.13-debuginfo-0:2.13.0-79.el8fdp.x86_64", "8Base-RHOSE-4.7:python3-oslo-concurrency-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-concurrency-tests-0:4.3.0-0.20201008180343.2f78803.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-config-2:8.3.2-0.20201008180634.fcb8894.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-context-tests-0:3.1.1-0.20201008190523.57dbded.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-db-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-db-tests-0:8.4.0-0.20200918104110.e42c733.el8ost.noarch", "8Base-RHOSE-4.7:python3-oslo-i18n-0:5.0.1-0.20201009131251.73187bd.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-log-tests-0:4.3.1-0.20201207021200.1597f24.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-serialization-tests-0:4.0.1-0.20201008182423.c7884b2.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-service-tests-0:2.4.0-0.20201008184547.58466a6.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-oslo-utils-tests-0:4.6.0-0.20201009175936.91497da.el8.noarch", "8Base-RHOSE-4.7:python3-packaging-0:20.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-0:3.2.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-paste-deploy-0:2.0.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-pbr-0:5.4.3-2.el8ost.noarch", "8Base-RHOSE-4.7:python3-pexpect-0:4.6-2.el8ar.noarch", "8Base-RHOSE-4.7:python3-pint-0:0.10.1-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-protobuf-0:3.6.1-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.ppc64le", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.s390x", "8Base-RHOSE-4.7:python3-psutil-debuginfo-0:5.6.6-1.el8ar.x86_64", "8Base-RHOSE-4.7:python3-pyghmi-0:1.5.14-2.1.el8ost.noarch", "8Base-RHOSE-4.7:python3-pyroute2-0:0.5.13-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-requests-unixsocket-0:0.1.5-5.el8ar.noarch", "8Base-RHOSE-4.7:python3-rsa-0:4.7-1.el8.noarch", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.ppc64le", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.s390x", "8Base-RHOSE-4.7:python3-ruamel-yaml-debuginfo-0:0.15.41-4.el8ost.x86_64", "8Base-RHOSE-4.7:python3-s3transfer-0:0.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-stevedore-0:3.2.2-0.20201009151242.274eaa6.el8.noarch", "8Base-RHOSE-4.7:python3-string_utils-0:0.6.0-4.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-oem-idrac-tests-0:0.0.3-0.20200922221223.1202372.el8ost.noarch", "8Base-RHOSE-4.7:python3-sushy-tests-0:3.6.1-0.20210122201213.7ec0422.el8.noarch", "8Base-RHOSE-4.7:python3-tenacity-0:6.2.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-tooz-0:2.7.0-0.20200723133754.fca43df.el8ost.noarch", "8Base-RHOSE-4.7:python3-websocket-client-0:0.54.0-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-werkzeug-0:1.0.1-3.el8ost.noarch", "8Base-RHOSE-4.7:python3-zeroconf-0:0.24.4-1.el8ost.noarch", "8Base-RHOSE-4.7:python3-zipp-0:0.5.1-2.el8ost.noarch", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.ppc64le", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.s390x", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.src", "8Base-RHOSE-4.7:redhat-release-coreos-0:47.83-1.el8.x86_64", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.noarch", "8Base-RHOSE-4.7:rhcos-tools-0:0.0.0-1.rhaos4.2.el8.src", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-0:17.0-20200606.1.el8ost.src", "8Base-RHOSE-4.7:rhosp-director-images-all-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ipa-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-minimal-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-ppc64le-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rhosp-director-images-x86_64-0:17.0-20200606.1.el8ost.noarch", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.src", "8Base-RHOSE-4.7:rpm-ostree-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-debugsource-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-devel-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.ppc64le", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.s390x", "8Base-RHOSE-4.7:rpm-ostree-libs-debuginfo-0:2020.7-1.el8_3.x86_64", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.src", "8Base-RHOSE-4.7:runc-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debuginfo-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.ppc64le", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.s390x", "8Base-RHOSE-4.7:runc-debugsource-0:1.0.0-82.rhaos4.6.git086e841.el8.x86_64", "8Base-RHOSE-4.7:rust-afterburn-0:4.6.0-1.rhaos4.7.el8.src", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.ppc64le", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.s390x", "8Base-RHOSE-4.7:rust-afterburn-debugsource-0:4.6.0-1.rhaos4.7.el8.x86_64", "8Base-RHOSE-4.7:rust-bootupd-0:0.2.5-2.el8.src", "8Base-RHOSE-4.7:rust-bootupd-debugsource-0:0.2.5-2.el8.x86_64", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.ppc64le", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.s390x", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.src", "8Base-RHOSE-4.7:tini-0:0.16.1-1.el8ar.x86_64", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.noarch", "8Base-RHOSE-4.7:toolbox-0:0.0.8-3.rhaos4.7.el8.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-3121" }, { "category": "external", "summary": "RHBZ#1921650", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921650" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3121", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3121" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3121", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3121" } ], "release_date": "2021-01-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-02-24T14:45:13+00:00", "details": "For OpenShift Container Platform 4.7 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.7/release_notes/ocp-4-7-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.7/updating/updating-cluster-cli.html.", "product_ids": [ "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5634" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "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:H", "version": "3.1" }, "products": [ "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.src", "7Server-RH7-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el7.51.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.src", "7Server-RH7-RHOSE-4.7:cri-tools-0:1.18.0-3.el7.x86_64", "7Server-RH7-RHOSE-4.7:cri-tools-debuginfo-0:1.18.0-3.el7.x86_64", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.src", "8Base-RHOSE-4.7:cri-o-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debuginfo-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.ppc64le", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.s390x", "8Base-RHOSE-4.7:cri-o-debugsource-0:1.20.0-0.rhaos4.7.git8921e00.el8.51.x86_64", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.src", "8Base-RHOSE-4.7:cri-tools-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debuginfo-0:1.20.0-1.el8.x86_64", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.ppc64le", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.s390x", "8Base-RHOSE-4.7:cri-tools-debugsource-0:1.20.0-1.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation" } ] }
rhsa-2021_0037
Vulnerability from csaf_redhat
Published
2021-01-18 17:56
Modified
2024-11-13 22:17
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.6.12 bug fix and security update
Notes
Topic
Red Hat OpenShift Container Platform release 4.6.12 is now available with
updates to packages and images that fix several bugs.
This release includes a security update for Red Hat OpenShift Container Platform 4.6.
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.6.12. See the following advisory for the RPM packages for this
release:
https://access.redhat.com/errata/RHSA-2021:0038
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.6/release_notes/ocp-4-6-release-notes.html
Security Fix(es):
* kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel >= 4 (CVE-2020-8566)
* golang: math/big: panic during recursive division of very large numbers (CVE-2020-28362)
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.
You may download the oc tool and use it to inspect release image metadata as follows:
(For x86_64 architecture)
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-x86_64
The image digest is sha256:5c3618ab914eb66267b7c552a9b51c3018c3a8f8acf08ce1ff7ae4bfdd3a82bd
(For s390x architecture)
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-s390x
The image digest is sha256:9e78700d5b1b8618d67d39f12a2c163f08e537eb4cea89cd28d1aa3f4ea356bb
(For ppc64le architecture)
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-ppc64le
The image digest is sha256:290cd8207d81123ba05c2f4f6f29c99c4001e1afbbfdee94c327ceb81ab75924
All OpenShift Container Platform 4.6 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.6/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor.
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.6.12 is now available with\nupdates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.6.\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\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container\nPlatform 4.6.12. See the following advisory for the RPM packages for this\nrelease:\n\nhttps://access.redhat.com/errata/RHSA-2021:0038\n\nSpace precludes documenting all of the container images in this advisory.\nSee the following Release Notes documentation, which will be updated\nshortly for this release, for details about these changes:\n\nhttps://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html\n\nSecurity Fix(es):\n\n* kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4 (CVE-2020-8566)\n\n* golang: math/big: panic during recursive division of very large numbers (CVE-2020-28362)\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\nYou may download the oc tool and use it to inspect release image metadata as follows:\n\n(For x86_64 architecture)\n\n $ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-x86_64\n\nThe image digest is sha256:5c3618ab914eb66267b7c552a9b51c3018c3a8f8acf08ce1ff7ae4bfdd3a82bd\n\n(For s390x architecture)\n\n $ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-s390x\n\nThe image digest is sha256:9e78700d5b1b8618d67d39f12a2c163f08e537eb4cea89cd28d1aa3f4ea356bb\n\n(For ppc64le architecture)\n\n $ oc adm release info quay.io/openshift-release-dev/ocp-release:4.6.12-ppc64le\n\nThe image digest is sha256:290cd8207d81123ba05c2f4f6f29c99c4001e1afbbfdee94c327ceb81ab75924\n\nAll OpenShift Container Platform 4.6 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.6/updating/updating-cluster-between-minor.html#understanding-upgrade-channels_updating-cluster-between-minor.", "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-2021:0037", "url": "https://access.redhat.com/errata/RHSA-2021:0037" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1810470", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1810470" }, { "category": "external", "summary": "1811341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1811341" }, { "category": "external", "summary": "1814282", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1814282" }, { "category": "external", "summary": "1836931", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1836931" }, { "category": "external", "summary": "1842747", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1842747" }, { "category": "external", "summary": "1843008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1843008" }, { "category": "external", "summary": "1850161", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850161" }, { "category": "external", "summary": "1852619", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1852619" }, { "category": "external", "summary": "1866843", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1866843" }, { "category": "external", "summary": "1867704", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1867704" }, { "category": "external", "summary": "1867757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1867757" }, { "category": "external", "summary": "1871439", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1871439" }, { "category": "external", "summary": "1871955", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1871955" }, { "category": "external", "summary": "1872000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1872000" }, { "category": "external", "summary": "1872244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1872244" }, { "category": "external", "summary": "1872290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1872290" }, { "category": "external", "summary": "1872500", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1872500" }, { "category": "external", "summary": "1873168", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1873168" }, { "category": "external", "summary": "1877084", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1877084" }, { "category": "external", "summary": "1879221", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1879221" }, { "category": "external", "summary": "1881625", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1881625" }, { "category": "external", "summary": "1886640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1886640" }, { "category": "external", "summary": "1888909", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1888909" }, { "category": "external", "summary": "1889416", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889416" }, { "category": "external", "summary": "1889936", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889936" }, { "category": "external", "summary": "1894244", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1894244" }, { "category": "external", "summary": "1894678", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1894678" }, { "category": "external", "summary": "1894878", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1894878" }, { "category": "external", "summary": "1895325", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895325" }, { "category": "external", "summary": "1895426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895426" }, { "category": "external", "summary": "1895434", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1895434" }, { "category": "external", "summary": "1897337", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1897337" }, { "category": "external", "summary": "1897635", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1897635" }, { "category": "external", "summary": "1898178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1898178" }, { "category": "external", "summary": "1899266", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899266" }, { "category": "external", "summary": "1899622", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899622" }, { "category": "external", "summary": "1900736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1900736" }, { "category": "external", "summary": "1900792", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1900792" }, { "category": "external", "summary": "1901736", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901736" }, { "category": "external", "summary": "1903353", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1903353" }, { "category": "external", "summary": "1905947", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1905947" }, { "category": "external", "summary": "1906428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906428" }, { "category": "external", "summary": "1906723", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906723" }, { "category": "external", "summary": "1906836", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906836" }, { "category": "external", "summary": "1907203", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1907203" }, { "category": "external", "summary": "1908472", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1908472" }, { "category": "external", "summary": "1908749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1908749" }, { "category": "external", "summary": "1908803", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1908803" }, { "category": "external", "summary": "1908847", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1908847" }, { "category": "external", "summary": "1909062", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1909062" }, { "category": "external", "summary": "1909248", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1909248" }, { "category": "external", "summary": "1909682", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1909682" }, { "category": "external", "summary": "1909990", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1909990" }, { "category": "external", "summary": "1910066", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1910066" }, { "category": "external", "summary": "1910104", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1910104" }, { "category": "external", "summary": "1911790", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1911790" }, { "category": "external", "summary": "1913103", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913103" }, { "category": "external", "summary": "1913105", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913105" }, { "category": "external", "summary": "1913263", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913263" }, { "category": "external", "summary": "1913329", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1913329" }, { "category": "external", "summary": "1914988", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1914988" }, { "category": "external", "summary": "1915007", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1915007" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_0037.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.6.12 bug fix and security update", "tracking": { "current_release_date": "2024-11-13T22:17:56+00:00", "generator": { "date": "2024-11-13T22:17:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.0" } }, "id": "RHSA-2021:0037", "initial_release_date": "2021-01-18T17:56:24+00:00", "revision_history": [ { "date": "2021-01-18T17:56:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2021-01-18T17:56:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-13T22:17:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.6", "product": { "name": "Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.6::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "product_id": "openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "product_id": "openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "product_id": "openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "product": { "name": "openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "product_id": "openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "product": { "name": "openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "product_id": "openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product_id": "openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product_id": "openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product_id": "openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "product": { "name": "openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "product_id": "openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "product": { "name": "openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "product_id": "openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "product": { "name": "openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "product_id": "openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-grafana\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "product": { "name": "openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "product_id": "openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "product_id": "openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "product": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "product_id": "openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-static-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "product": { "name": "openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "product_id": "openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "product": { "name": "openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "product_id": "openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "product": { "name": "openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "product_id": "openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "product": { "name": "openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "product_id": "openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "product": { "name": "openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "product_id": "openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "product": { "name": "openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "product_id": "openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "product": { "name": "openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "product_id": "openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "product": { "name": "openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "product_id": "openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "product": { "name": "openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "product_id": "openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "product": { "name": "openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "product_id": "openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "product": { "name": "openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "product_id": "openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "product": { "name": "openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "product_id": "openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "product": { "name": "openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "product_id": "openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "product": { "name": "openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "product_id": "openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "product": { "name": "openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "product_id": "openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "product_id": "openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "product_id": "openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "product_id": "openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "product_id": "openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "product_id": "openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "product_id": "openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "product_id": "openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "product_id": "openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product_id": "openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "product": { "name": "openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "product_id": "openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "product": { "name": "openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "product_id": "openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "product": { "name": "openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "product_id": "openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "product": { "name": "openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "product_id": "openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-base\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "product": { "name": "openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "product_id": "openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-maven\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "product": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "product_id": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-nodejs-12-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "product": { "name": "openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "product_id": "openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "product": { "name": "openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "product_id": "openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "product": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "product_id": "openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-mdns-publisher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "product_id": "openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "product": { "name": "openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "product_id": "openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "product_id": "openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "product_id": "openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "product": { "name": "openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "product_id": "openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "product_id": "openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "product": { "name": "openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "product_id": "openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "product": { "name": "openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "product_id": "openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "product_id": "openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "product": { "name": "openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "product_id": "openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.6.0-202101090040.p0" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "product_id": "openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "product_id": "openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "product_id": "openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "product": { "name": "openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "product_id": "openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "product": { "name": "openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "product_id": "openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product_id": "openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "product": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "product": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product_id": "openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product_id": "openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "product": { "name": "openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "product_id": "openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "product": { "name": "openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "product_id": "openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "product": { "name": "openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "product_id": "openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-grafana\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "product": { "name": "openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "product_id": "openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "product": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "product_id": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-hardware-inventory-recorder-rhel8\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "product": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "product_id": "openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-inspector-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "product": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "product_id": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-ipa-downloader-rhel8\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "product": { "name": "openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "product_id": "openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "product_id": "openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "product": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "product_id": "openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-static-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "product": { "name": "openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "product_id": "openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "product": { "name": "openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "product_id": "openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "product": { "name": "openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "product_id": "openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "product": { "name": "openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "product_id": "openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "product": { "name": "openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "product_id": "openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "product": { "name": "openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "product_id": "openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "product": { "name": "openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "product_id": "openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "product": { "name": "openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "product_id": "openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "product": { "name": "openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "product_id": "openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "product": { "name": "openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "product_id": "openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "product": { "name": "openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "product_id": "openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "product": { "name": "openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "product_id": "openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "product": { "name": "openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "product_id": "openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "product": { "name": "openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "product_id": "openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "product": { "name": "openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "product_id": "openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "product": { "name": "openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "product_id": "openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "product": { "name": "openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "product_id": "openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "product_id": "openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "product_id": "openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "product_id": "openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "product_id": "openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "product_id": "openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "product_id": "openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "product_id": "openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "product_id": "openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product_id": "openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "product": { "name": "openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "product_id": "openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "product": { "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "product_id": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-machine-controllers-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "product": { "name": "openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "product_id": "openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "product": { "name": "openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "product_id": "openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "product": { "name": "openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "product_id": "openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-base\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "product": { "name": "openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "product_id": "openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-maven\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "product": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "product_id": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-nodejs-12-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "product": { "name": "openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "product_id": "openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "product": { "name": "openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "product_id": "openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "product": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "product_id": "openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-mdns-publisher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "product_id": "openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "product": { "name": "openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "product_id": "openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "product_id": "openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "product_id": "openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "product": { "name": "openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "product_id": "openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "product_id": "openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "product": { "name": "openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "product_id": "openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "product": { "name": "openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "product_id": "openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "product_id": "openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "product": { "name": "openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "product_id": "openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.6.0-202101090040.p0" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "product": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "product_id": "openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "product": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "product": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "product_id": "openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "product": { "name": "openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "product_id": "openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "product": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "product": { "name": "openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "product_id": "openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "product": { "name": "openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "product_id": "openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "product": { "name": "openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "product_id": "openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product": { "name": "openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product_id": "openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product_id": "openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "product": { "name": "openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "product_id": "openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "product": { "name": "openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "product_id": "openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "product": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "product_id": "openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "product": { "name": "openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "product_id": "openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "product": { "name": "openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "product_id": "openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-grafana\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "product": { "name": "openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "product_id": "openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "product": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "product_id": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-hardware-inventory-recorder-rhel8\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "product": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "product_id": "openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-inspector-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "product": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "product_id": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-ipa-downloader-rhel8\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "product": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "product_id": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "product": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "product_id": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "product": { "name": "openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "product_id": "openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "product": { "name": "openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "product_id": "openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "product": { "name": "openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "product_id": "openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "product": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "product": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "product": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "product_id": "openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-static-provisioner\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "product": { "name": "openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "product_id": "openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "product": { "name": "openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "product_id": "openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "product": { "name": "openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "product_id": "openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "product": { "name": "openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "product_id": "openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "product": { "name": "openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "product_id": "openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "product": { "name": "openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "product_id": "openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "product": { "name": "openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "product_id": "openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "product": { "name": "openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "product_id": "openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "product": { "name": "openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "product_id": "openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "product": { "name": "openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "product_id": "openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "product": { "name": "openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "product_id": "openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "product": { "name": "openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "product_id": "openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "product": { "name": "openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "product_id": "openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "product": { "name": "openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "product_id": "openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "product": { "name": "openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "product_id": "openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "product": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "product": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "product_id": "openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "product": { "name": "openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "product_id": "openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "product": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "product": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "product": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "product": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "product": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "product": { "name": "openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "product_id": "openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "product": { "name": "openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "product_id": "openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "product": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "product_id": "openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "product": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "product": { "name": "openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "product_id": "openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "product": { "name": "openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "product_id": "openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "product": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "product": { "name": "openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "product_id": "openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "product": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "product_id": "openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "product": { "name": "openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "product_id": "openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "product": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "product": { "name": "openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "product_id": "openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "product": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "product": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "product": { "name": "openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "product_id": "openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "product": { "name": "openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "product_id": "openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "product": { "name": "openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "product_id": "openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "product": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product_id": "openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product": { "name": "openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product_id": "openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product": { "name": "openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product_id": "openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "product": { "name": "openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "product_id": "openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "product": { "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "product_id": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-machine-controllers-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "product": { "name": "openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "product_id": "openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "product": { "name": "openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "product_id": "openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "product": { "name": "openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "product_id": "openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "product": { "name": "openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "product_id": "openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-base\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "product": { "name": "openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "product_id": "openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-maven\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "product": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "product_id": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-jenkins-agent-nodejs-12-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "product": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "product": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "product_id": "openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "product": { "name": "openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "product_id": "openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "product": { "name": "openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "product_id": "openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "product": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "product_id": "openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-mdns-publisher-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "product": { "name": "openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "product_id": "openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "product": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "product": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "product": { "name": "openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "product_id": "openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.6.0-202101090741.p0" } } }, { "category": "product_version", "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "product": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "product": { "name": "openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "product_id": "openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.6.0-202101120700.p0" } } }, { "category": "product_version", "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "product": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "product": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "product": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "product": { "name": "openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "product_id": "openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-machine-controllers\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "product": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "product": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "product": { "name": "openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "product_id": "openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "product": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "product": { "name": "openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "product_id": "openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "product": { "name": "openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "product_id": "openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "product": { "name": "openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "product_id": "openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.6.0-202101120925.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "product": { "name": "openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "product_id": "openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "product": { "name": "openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "product_id": "openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "product": { "name": "openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "product_id": "openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.6.0-202101090040.p0" } } }, { "category": "product_version", "name": "openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "product": { "name": "openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "product_id": "openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.6.0-202101090040.p0" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64" }, "product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64" }, "product_reference": "openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64" }, "product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64" }, "product_reference": "openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x" }, "product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x" }, "product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le" }, "product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64" }, "product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le" }, "product_reference": "openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le" }, "product_reference": "openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64" }, "product_reference": "openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x" }, "product_reference": "openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x" }, "product_reference": "openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le" }, "product_reference": "openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le" }, "product_reference": "openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x" }, "product_reference": "openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64" }, "product_reference": "openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le" }, "product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le" }, "product_reference": "openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64" }, "product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x" }, "product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x" }, "product_reference": "openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x" }, "product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x" }, "product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64" }, "product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x" }, "product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le" }, "product_reference": "openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x" }, "product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x" }, "product_reference": "openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x" }, "product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le" }, "product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le" }, "product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le" }, "product_reference": "openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le" }, "product_reference": "openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64" }, "product_reference": "openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x" }, "product_reference": "openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64" }, "product_reference": "openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64" }, "product_reference": "openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x" }, "product_reference": "openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le" }, "product_reference": "openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x" }, "product_reference": "openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le" }, "product_reference": "openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64" }, "product_reference": "openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x" }, "product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le" }, "product_reference": "openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x" }, "product_reference": "openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64" }, "product_reference": "openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64" }, "product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64" }, "product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le" }, "product_reference": "openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le" }, "product_reference": "openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x" }, "product_reference": "openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64" }, "product_reference": "openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64" }, "product_reference": "openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64" }, "product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64" }, "product_reference": "openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64" }, "product_reference": "openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le" }, "product_reference": "openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x" }, "product_reference": "openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64" }, "product_reference": "openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x" }, "product_reference": "openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le" }, "product_reference": "openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le" }, "product_reference": "openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64" }, "product_reference": "openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x" }, "product_reference": "openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64" }, "product_reference": "openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le" }, "product_reference": "openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x" }, "product_reference": "openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64" }, "product_reference": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le" }, "product_reference": "openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64" }, "product_reference": "openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le" }, "product_reference": "openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x" }, "product_reference": "openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x" }, "product_reference": "openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64" }, "product_reference": "openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le" }, "product_reference": "openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64" }, "product_reference": "openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x" }, "product_reference": "openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le" }, "product_reference": "openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x" }, "product_reference": "openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le" }, "product_reference": "openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x" }, "product_reference": "openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64" }, "product_reference": "openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le" }, "product_reference": "openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le" }, "product_reference": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64" }, "product_reference": "openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64" }, "product_reference": "openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le" }, "product_reference": "openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64" }, "product_reference": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le" }, "product_reference": "openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le" }, "product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le" }, "product_reference": "openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64" }, "product_reference": "openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le" }, "product_reference": "openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le" }, "product_reference": "openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64" }, "product_reference": "openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x" }, "product_reference": "openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le" }, "product_reference": "openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x" }, "product_reference": "openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64" }, "product_reference": "openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x" }, "product_reference": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le" }, "product_reference": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64" }, "product_reference": "openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le" }, "product_reference": "openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64" }, "product_reference": "openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x" }, "product_reference": "openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64" }, "product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le" }, "product_reference": "openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le" }, "product_reference": "openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64" }, "product_reference": "openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x" }, "product_reference": "openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x" }, "product_reference": "openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64" }, "product_reference": "openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x" }, "product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le" }, "product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le" }, "product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x" }, "product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x" }, "product_reference": "openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64" }, "product_reference": "openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le" }, "product_reference": "openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le" }, "product_reference": "openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x" }, "product_reference": "openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le" }, "product_reference": "openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64" }, "product_reference": "openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x" }, "product_reference": "openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le" }, "product_reference": "openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64" }, "product_reference": "openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x" }, "product_reference": "openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le" }, "product_reference": "openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64" }, "product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64" }, "product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le" }, "product_reference": "openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x" }, "product_reference": "openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64" }, "product_reference": "openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64" }, "product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x" }, "product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le" }, "product_reference": "openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le" }, "product_reference": "openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le" }, "product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64" }, "product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64" }, "product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64" }, "product_reference": "openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64" }, "product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le" }, "product_reference": "openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x" }, "product_reference": "openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64" }, "product_reference": "openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le" }, "product_reference": "openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le" }, "product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64" }, "product_reference": "openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x" }, "product_reference": "openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le" }, "product_reference": "openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64" }, "product_reference": "openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le" }, "product_reference": "openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x" }, "product_reference": "openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le" }, "product_reference": "openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le" }, "product_reference": "openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x" }, "product_reference": "openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64" }, "product_reference": "openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x" }, "product_reference": "openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le" }, "product_reference": "openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le" }, "product_reference": "openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64" }, "product_reference": "openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x" }, "product_reference": "openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64" }, "product_reference": "openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le" }, "product_reference": "openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x" }, "product_reference": "openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le" }, "product_reference": "openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64" }, "product_reference": "openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64" }, "product_reference": "openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64" }, "product_reference": "openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64 as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "relates_to_product_reference": "8Base-RHOSE-4.6" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le as a component of Red Hat OpenShift Container Platform 4.6", "product_id": "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" }, "product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.6" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Kubernetes Product Security Committee" ] }, { "names": [ "Kaizhe Huang" ], "organization": "derek0405", "summary": "Acknowledged by upstream." } ], "cve": "CVE-2020-8566", "cwe": { "id": "CWE-117", "name": "Improper Output Neutralization for Logs" }, "discovery_date": "2020-10-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1886640" } ], "notes": [ { "category": "description", "text": "A flaw was found in kubernetes. If the logging level is to at least 4, and Ceph RBD is configured as a storage provisioner, then Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims.", "title": "Vulnerability description" }, { "category": "summary", "text": "kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift Container Platform 4 does not support Ceph RBD persistent volumes, however the vulnerable code is included.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-8566" }, { "category": "external", "summary": "RHBZ#1886640", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1886640" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-8566", "url": "https://www.cve.org/CVERecord?id=CVE-2020-8566" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-8566", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8566" }, { "category": "external", "summary": "https://github.com/kubernetes/kubernetes/issues/95624", "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "category": "external", "summary": "https://groups.google.com/g/kubernetes-announce/c/ScdmyORnPDk", "url": "https://groups.google.com/g/kubernetes-announce/c/ScdmyORnPDk" } ], "release_date": "2020-10-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-18T17:56:24+00:00", "details": "For OpenShift Container Platform 4.6 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.6/updating/updating-cluster-cli.html.", "product_ids": [ "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0037" }, { "category": "workaround", "details": "OCP Clusters not using Ceph RBD volumes are not vulnerable to this issue. For clusters using Ceph RBD volumes, this can be mitigated by ensuring the logging level is below 4 and protecting unauthorized access to cluster logs.\n\nFor OCP, the logging level for core components can be configured using operators, e.g. for kube-controller-manager:\nhttps://docs.openshift.com/container-platform/latest/rest_api/operator_apis/kubecontrollermanager-operator-openshift-io-v1.html#specification\n\nIn OCP, a logging level of \"Debug\" is equivalent to 4: \nhttps://github.com/openshift/api/blob/master/operator/v1/types.go#L96\n\nThe default logging level is \"Normal\", which is equivalent to 2. Clusters running with the default level are not vulnerable to this issue.", "product_ids": [ "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kubernetes: Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4" }, { "cve": "CVE-2020-28362", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2020-11-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1897635" } ], "notes": [ { "category": "description", "text": "A flaw was found in the math/big package of Go\u0027s standard library that causes a denial of service. Applications written in Go that use math/big via cryptographic packages, including crypto/rsa and crypto/x509, are vulnerable and can potentially cause panic via a crafted certificate chain. The highest threat from this vulnerability is to system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: math/big: panic during recursive division of very large numbers", "title": "Vulnerability summary" }, { "category": "other", "text": "OpenShift ServiceMesh (OSSM) 1.1 is Out Of Support Scope (OOSS) for Moderate and Low impact vulnerabilities because it is now in the Maintenance Phase of the support.\nOpenshift Virtualization 1 (formerly Container Native Virtualization) is Out Of Support Scope (OOSS) for Moderate and Low impact vulnerabilities.\n\nRed Hat Gluster Storage 3 shipped multi-cloud-object-gateway-cli and noobaa-operator container as a technical preview and is not currently planned to be addressed in future updates.\n\nOpenShift Container Platform (OCP) 4.5 and earlier are built with Go versions earlier than 1.14, which are not affected by this vulnerability. OCP 4.6 is built with Go 1.15 and is 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.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ], "known_not_affected": [ "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:3386a2d86acbf3651eb9938669f4b7b8924eb15e951da2dc2db73d517ea3a950_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:503340e68464d6250bde60b006cb061e7dbbc2a6e7d2cacd59c2d258122eb0c7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-etcd-rhel8-operator@sha256:d207c2ce773c4ae1f5b12376b61cd4fa0986ff4d47980643783c73291f0af146_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:52c39517f3ce91973ab8096a86f89c014f1683e0332a1b62f39ee64bc359782a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:ac0c1170d812b9157542dd9f480c68f201d2c04a220ef75a6c6358a8580a9437_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-update-keys@sha256:f5560a2ee41b3ab2333422bfa1960a45f0aa7851a76e84c6f1117ca005663057_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:38589b3e0fc10dca9f0d3904fda739cb93ad3264cb46c5a825813f8711a88433_amd64", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:99c4db2b0608972b36e1c60374afa1daa8cf80d14008e0537f064094a470aa39_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-deployer@sha256:e086bd6b598c075de33e0563d0c3b1231ef068bfec456f9ef2005a23fa966768_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:18b37af0499f1b04338890e8eb04c2ca853bdf223d5ebc6b1cb9ba30d7850a4f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:96f2d57d12e6dd754632189d9a3a6a74d62c1117439dcbd50d900f3d358da481_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-registry@sha256:eb6948824b81609c521ee531acaa5fbb8daa1f1eced22f1580aaed8089397871_s390x", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:05780cb273bc23f9c2015260c9790e27c32ee26d1b77ab9dba06fb1e354c762b_amd64", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:ad01a8f4c19422fa5e13063d1fb01c33f1c9294e5cd15275eed2c5e3cd8a62ee_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-etcd@sha256:f046158545bc5f56bf320eadcf17c7a2ebec3370d38d8d0a204acc785c5d24bb_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:458d69c1815c9363a6ffe7c87ad561a88df671ed9ec13e69aff027987ec252be_s390x", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:4cc22bc292cd8217f9904248f83d286c6c52dd81b97b8b97f167b20f42f12a62_amd64", "8Base-RHOSE-4.6:openshift4/ose-haproxy-router@sha256:c9111d07dc78da5747c16a56010e094ba4c210d2c92fc2fc06a2885944e9ee74_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:262fd41558fb99a14652248198a7c04f41e31eaf9cbd2c68055066d904620550_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-hardware-inventory-recorder-rhel8@sha256:d83a9155f113291969b19620d4a54ef05dabc6e0f46fd43d921151677659956c_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:9496e326735e9eb4762888f4854b60c36dd56066181c3ff6e7694e93186f02e3_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-inspector-rhel8@sha256:e029c62414af74f07948d3e66ea6ebf19d3ab85d01a33bfedef0f79aaae566dc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:093ecba8874692e1ce814a8905aef0179fe03cca15d50c9ad081976a8380cb2a_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-ipa-downloader-rhel8@sha256:735b4cd357f49861e1421ce3e15e13b0d88940945671c3f0c53fa65261127fbd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:0554c8b728b495b5470975062b662434d11d16096de6e2c3272c8a575b2c377e_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-machine-os-downloader-rhel8@sha256:73c650e06ef45a4de21f697e3817da75fc8afbdd2088b84a8420e0d2e16f02ed_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:2d1439f26bb41bf0d066a41a5e0e73f8f13fdb250750cf9011948e856e853f48_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ironic-rhel8@sha256:aefe19892e20cfa1b7971576b82b191cf627dfaba4606973f25973ce04115d19_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:4159685c49f83e734d1d5b2b283d90774cebf43053d37e7609545a1465b3f7ad_amd64", "8Base-RHOSE-4.6:openshift4/ose-ironic-static-ip-manager-rhel8@sha256:abebebbba33163c53e607999beaf049edc43dd97030e3c35399829118d4ed83f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:1301e460a62fb99e5c3fa9c3b263bb3c5cd16980c984d450bc0717282754723d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8931ac60d0bfc5ebecf8876ec83528fd0e04b25daf4c5f1b478446baa1ade6a2_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-maven@sha256:8c244ec1a97117eb8fd4c170a88410b8d66d54998f1392ca2f92de0b749737f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:3349f59b9112035b186a08f37b99594905649dea55ca4436bd5b0c989e5e4ad6_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:87ba13b91afbbc9c3af3c50985e9581788eaebd526f23fdd39a9ccdab9675f31_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-nodejs-12-rhel8@sha256:c828fe6075e73874f88b1011886fc5b2c34ccccc49bda96442ff650ecee2b1a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:118b4b13d7519fd88104b97205feb5ca1129c3747b0482635228081a08277c41_s390x", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:89b185343e4f48aae1b62a705001acf1c7d93b819dec983edb9f65351d541325_amd64", "8Base-RHOSE-4.6:openshift4/ose-keepalived-ipfailover@sha256:d08a691f356add541bf6e0b796ea19f12118ce176714ee156fd7f386ec3c8b03_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:9620827349206eee07050602b5e91255db358354cc3965ac809c76c38ce115d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-controller-rhel8@sha256:b63cb70ffcd22515b2ff8df6dca5518adec90c068720cf7d765c14fed4788282_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:05f77aaaef2c50b48104d4e5e2556871d3837afeb4338b2a812a3a164f9e225b_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:46fc3635d57cea72bb8df29a2a3be35a202faf606fe01fc8c95d0afa291188a2_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-registry@sha256:56a70104f118660e6bef4d53bcc924675515515cd88c7a89c8e78e84fc5ae077_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:267288a903be0a8617e1f4c75cf68352a5c7926d5c4b040f88967cc3d5515d64_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:a00d95269ac43747cc5c2021c4aec7e67b6e925da0cae15364aece75c3d8fe45_s390x", "8Base-RHOSE-4.6:openshift4/ose-tools-rhel8@sha256:d0b86cc755834aaad2e6e293b1ac88aaddcaf1b1957c5508a6b291bfba6c466a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-28362" }, { "category": "external", "summary": "RHBZ#1897635", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1897635" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-28362", "url": "https://www.cve.org/CVERecord?id=CVE-2020-28362" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28362", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28362" } ], "release_date": "2020-11-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2021-01-18T17:56:24+00:00", "details": "For OpenShift Container Platform 4.6 see the following documentation, which\nwill be updated shortly for this release, for important instructions on how\nto upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.6/release_notes/ocp-4-6-release-notes.html\n\nDetails on how to access this content are available at\nhttps://docs.openshift.com/container-platform/4.6/updating/updating-cluster-cli.html.", "product_ids": [ "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2021:0037" } ], "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.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:78db0bbb2530fda6b99b7a8c7c595ad94ab511524aabcf1117b77e05645c30f1_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:e721bdb823da542db2cd8174c3ac7effc6ad8ac51e4a81a715e72a6f16ba6ca8_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:f146c79e4e589eb623430d567d10af0ced0d2189240149d9f13c77579d1345bc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ad7e9cea1b373424537481cacfec4ebf13c2c128b4b231abc6e018ada55d348d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:beb3ff86286cbc44a1eeb7ffe771aa0498f73aeb3a414f1f838e68d4cb542787_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:dfee514c1fe0cdd17c39c4a1356beaf3750ca74457b7e17cecb364ec1931eddf_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-machine-controllers@sha256:1e031b4e7dc1e98d9b6fa337daceb538d0cea740961d2398de5be932c4c8674f_amd64", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0670f09fe241fd76709c51a74fb6bb0b784d510aaf780c9bd48347cd4442e99e_s390x", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:0ad789d9bb460c4b392a236bf4968680f0883c53752002dcb29d5d3c937ec049_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:299562a9bc2cca5f474da579ed89214bf55d5fd6289dc6127b036ff4cfb11f34_amd64", "8Base-RHOSE-4.6:openshift4/ose-azure-machine-controllers@sha256:2e2fec6168db61edc45f41b4e3db190e5051c0efa2e54c6031431b1734a2483d_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:aafd4f21932d0a45e6a539e0684a556a6eece1d5a1d7875e338dc91cc2be1d07_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:b3c6e3656c0a00bf2889724a279afd3150d6c9c2a97d5f368e820d8f7fa4de2e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-installer-rhel8@sha256:e8b9e9a17e2d4464804b6dc47a67a985a46359f5f7253939f0a269a70d65b8fc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:0091c80b0fcc6e4be120a58f0d7d755e0250baeec99ae655f196029ec01d07a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:053b3e658952bb435af30c7aebe35be93943fd21485c9d1c04d1df4a8e855eac_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-machine-controllers@sha256:1c26b6888b3ea7f39569bec1272dca4d759851cf0dd1b5c762922e4cc4a5d0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:5c1997404346f4bb5d1322108d4a79df74c47d19dd67ffdf4e61fa7c0b0f2c9b_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:af436c6ea643f123230053c79113348ee72dc37f16622bddb2afdfe26af6c6ce_amd64", "8Base-RHOSE-4.6:openshift4/ose-baremetal-rhel8-operator@sha256:caf060103bae5fb688b0fee282344b3ac12fc4e69c89fa95727f75be0941f0b0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:bedb112007aa832e242b4b9d8cf2a325c9ed46f24b536ac3e5c4c4a96d59b51d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:dc5cce19d0559a1f7ccee26adda4cbf0f25875667c4fb60e9771c4d786251385_s390x", "8Base-RHOSE-4.6:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ef33c87f28e4ac17a4d00c4dfabf1363f3b8c561e1ea4652d72239f98ae34710_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:af54df9ee31d2d5dd829efe6bb0a84db8166468e7660ea2c68f8af498644f7a9_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:c40a46912668fb68a41b538cd8ac589a54126a47b04f3b736bc4375f08fd101e_s390x", "8Base-RHOSE-4.6:openshift4/ose-cli-artifacts@sha256:d9fef32770b8de5cbb2f012a753f000941c2512b44f86b41df3537f0f026e8cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:0a598fadcaa2d35723c490da7c15e30827087b4962279324a2c46323b8eded61_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:8169cd7c2d01fd544771d5b716adf78b7f1bc7dbf5766d2436296550d367d8f4_amd64", "8Base-RHOSE-4.6:openshift4/ose-cli@sha256:efd4fe9fe5159866a7067f53bb47b0f0a15d7acca0e245df2ad1a7f7eff7cb6f_s390x", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:2c69a55bc7d83c9e20d153a21f912642fa2f58167b27957df265621fbafccd9a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:58494e9c2526abce55eeeef7f6bcb45aa38591b4b4d35bba6e099ab3374a1e88_amd64", "8Base-RHOSE-4.6:openshift4/ose-cloud-credential-operator@sha256:5e861ab4a1ea82532d594c01e932fe239e54bda74ec8d4aaeba930f76d76a632_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:3de2006bf0fa11f7a0a5a82a6d20790acd64655d768d934d8cb8fb950d02ef15_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:695f8c73f8c14c565f2e18bb256f51a46f56e72e00bccddcb215fe50a3b4f32e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-authentication-operator@sha256:a178acd2587386ba6c39b137b43319ece89c0a7c107c83374e116362af1cafa2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7bf25a9475c56721e427fd0c9db873f2f0049b27a3084100ae2c564dc3c15d60_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:7f3655a8b18e22174ea1610cc4cc203bf1121b90c6be56b68165e455c83e36bf_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler-operator@sha256:97197c99c448826844910133438a9374e63bd7e982e5fb422ddaf328df1d28f2_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:181ba17c3bcf71eafff25556b9e06f4b7d82c8bdbbc68fc405ac17bcac131754_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:833e6813486932d58349f86fc9041cb0b0c2cd708ab0d0ff09e72787565d9f88_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-autoscaler@sha256:8cb472a6474b195b5e1a155ed14efb383057aa4c56d3fa9d38566ab990340edb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:0c2cb0e334b106946772887ae345f100587d9039d015f5c8b0158267c15028fc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:9208979f61ca68072ca1aac0b113dd83595e0c92016225036cbfaf31d6c86955_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-bootstrap@sha256:d3ef281d929e3f1826dc87cc372bea837a35c037708c04ba4a158ff08fb6d928_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:36def3a947a5e9c3db36582acb121176cce6da90138be1487e5903465391f9ab_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:6977d94181becdc57745af468bef365c253f29942dac877f0df5ffe7c1bf365b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-config-operator@sha256:eff2f2ad86a177cd903509f6a944c538e4ec61517d048056de341090f470ebae_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:2c18ed3a06235229ae2e55a1389285a2b1f4ebbab0788193210be8fd14285340_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6d8fe55381347f9bf3b445e29b00790fcbe0cb6e627ff53bd693092b19f9a83a_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8c6067c8d4b897e68423fe096e11842df33551dfd7b42883fdf699b7d081a6ff_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:08e06bfff6bbf34b7ce51de02cf88a698ed1c8f1a8edd9ffb87c0a6af98ce3a8_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:cceff210554305e611c3d2b1c4dc701e955ee1adab5bc774c72f17ce14cb8741_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-dns-operator@sha256:f670def283a34ef860963f9e3a99d9649c3b1cadae84ce34624eb35ed862b8ad_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:409e811abd07a34b485687bd594c548d9435aad96886bb2975f0d64afd566a87_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:5f1aa83f4a5bbcf402020b2bdd3b4f5274d5484ccaeef4f2584b111717e1ef5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-image-registry-operator@sha256:782875b37ab7689d3352c7056a8f807336dd8c2055bba3d520d284433dc2fbb1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:56776231862fcf82913995bd260623a5f05faa2f2215740082e745b0fedb48cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:a5010e56afcb40d88cd565591f68ac97684433a8ce79aad917e724c50327151c_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-ingress-operator@sha256:ea8f0009bb2cc223de717053c2f6accd9f9f2cfef255081f4eb4b14a9adab2f4_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:504da5258afc4afac659857e70a337c18169144f8b64481ccd6a2a26582f3497_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:90dee73bf18bab845feedf334cbfa34822369cdee1e3d17c7933b20bbefb72e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-apiserver-operator@sha256:b1752476889ad10bf5759480ad3a5000a6cbb002e81d5d6aa03bc3df887347a7_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:68e7d4cca0e6845fba3aa5b65576d86e2a50a453d16f4d9aeeb1cd073176533e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:aaf09a779913f1ed4b3bcf33b7a2bfa7594c04dc2fbdc9825e6fcdf5a8c20531_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-controller-manager-operator@sha256:fb8272b716f850eb82b6a170137d39d10c9c01eceef67dbbc53feed5074fe063_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:51450138f6af97d4b4f343bfb308c8728572ff3f8dfd76c0d415a96909b78571_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:5c18d4579a0d2e4f09cc811c17c3645eb3c21c3c232f28552acf891deccf4f69_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-scheduler-operator@sha256:9b1306f480e063fe19e1f481efcb72410767e1946fcfe5070bfb0958b7d9e905_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2833195b952dfbcd4c16594fe2ec9eb476162e951fa35c74a90b2c4841cdbd5b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:aa41ec8323d2b0778aa3e6fc40d64af8d4fbd6689904f26f40e2252207c0effc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:dba1a855b2c99e485d96b3c01b3a65e3b5a232efa6b0e18b9520d17fc2dd8657_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:1fc5fe241e15bef771be5ba46ef8878718f4445b7f753c839bea88076aa40ecb_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:930c0b2c548cdde1363567f14c30f9f1671c49322e1af6572f6c2a6a243417f9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-machine-approver@sha256:e7a15e2f35ddf2337f31346fcc75c94c51308625cacf2bcfff368cd94481a060_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:30033e7e918c741fabf9cc8fc4da02d9d2b17233dbaed602c5551a535ff2eba9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:413c20911d1bb77d1ace35049c74c6b07454fedb2f680e94b05903084df891aa_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-monitoring-operator@sha256:af97c3ea92108addbd1d6d308a940a74e5805f1f68ce7645b1d36a2b155b9606_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:5c6dacf17f20fee6d7a61298ae6acdb549ffae532f9e79841d9a495415e25d38_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:859c6bc95cef38aea2fdce4c83b08aa067cecfa7a5cd0f98759a06a19df34b1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-network-operator@sha256:b94dd3b6cdccadfb7d0a99d7009dc826a8a00eb6e5e8350960ffcb969e37e296_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:75673bf95518a8ecc65cd9d6ebccf5b64b191d69fa8d71226702d98658f0079b_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:b3419eace6506e15c46ad844a68dd0ad4684c061a040c23801116b398e3f0225_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-node-tuning-operator@sha256:f9d41a7ecb17d3b0a34d955bec8d4697a7b1531d61f15319d1039d88a8dc40df_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:38e0c337a5e3fa9e5a2997ef3093f1bf8ade731b3cbb3287d4df161fbae4a463_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:58f13bb9862d45aa216eac8dc7939066a3be98e6ddd64d86e58a2d0344de5afc_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-apiserver-operator@sha256:770fe2f24bf460651823e3df662d41253cc8edbf4fa1f64f8e157424ceb352aa_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2f451f40db9adc3b1b45950592fe65d4064ab5674dd6188c54eaadc1fd0f1300_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:30ba0d22ebde828cc4c03ea0e4c81ef22fbabd2f523f2fb2b54200b829856629_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:8461a39de4c652af4ffe3960a1622934f767b631eab769cadc2e79a088f7e55b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:14cf202626566f453ec620cc7235dea954148f4c829afdda4a547efeeac2fb6d_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:b3d19d67a9092e86b395e8fb9f158db0923094641c45d5461cdc34caa8a9cdf1_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-policy-controller-rhel8@sha256:d68557aa361edc35651d041824b0b6c68fcfcd795c9201d84b9936af964ee4c6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:27e1600c3da94d1d0a07ce13a126bc5fa70aaebe603e6aaf81a4bca5dcfd188b_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:7548a08103801fe8670a015f2426bffde38b3254e02aa76e18be621fa264456e_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-samples-operator@sha256:ef15df0d2cf1d4c96be5b7dda09d08926c1c1183b5e64e4118e1e04f2305163e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:a665c3d1b67faf8427c1d300d6de7c538dc8095373e2b772aacd0aa2b995d0a9_s390x", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:bfa144590b050560877b3328bd6b8f4fb1125ef21f167142440eec68ef3affa8_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-storage-operator@sha256:c3018cc0d81e55565c8ad0b14321491f61d8dbad4c57119fe3dfb239f7e97feb_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:a1ee4ce1ce3c9eb563611e1f0e81b32d145e5036805526c918d744fd0e00918e_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ad175c14ca0a1d7a0d63044588f34da02122d412134d239cfaf1f44016b2dcd0_amd64", "8Base-RHOSE-4.6:openshift4/ose-cluster-version-operator@sha256:ef09e556ace538de60a6bc361a05062ebae666fedab3466d514a76bc146b9175_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:20e2e4bb1d0f732c9b1c535365db250ceba67d8c4159c675be9ee965e01f4de5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:23debfb06e643c293058459d5510c4e9c25e2d8a57b7165fdaccd00ccaeeb891_s390x", "8Base-RHOSE-4.6:openshift4/ose-configmap-reloader@sha256:b8533518130652ec3c194e46f12eb467714a84f537253e2f7f52cfc32c318804_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:1317c24e93aef02f854ead55bc19e9d703f7bb3a279ca3a13de65804c9606144_amd64", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:221fcd16822507f0da84c185c6681295e44fb66870b702a84eb3ff4eae901537_s390x", "8Base-RHOSE-4.6:openshift4/ose-console-operator@sha256:d7cf883d8699c39dfc5f649d13f1ee200c1fd86d4b064e686ea539454a0eee97_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:08dab6583407589f1291145332fdd99a2acbad8aad4fa5c7ae8bf38c290ddc31_s390x", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:c3022b1677c94cfd30f0a9cd16314db8d27c54aa39a46b6411d3db707097d11a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-console@sha256:edbbf2035194f677b189ee9ff6b0d34c3326e74ccea86a537af00b015939bdac_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:2f28a62a18597ad6d5f253314e73452077e464de15eed4aa92bd0a64d157f5f2_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:5cae7f2ede50f65b0cf0186b04b203b199bf9e2d6521001b3564d6a5c6c57bd2_amd64", "8Base-RHOSE-4.6:openshift4/ose-container-networking-plugins-rhel8@sha256:6525fb92278e1878e2dba3e5f0e260bc8684d9271ebd44e9a4c75635479d3bf9_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:412ccb7128ac6a60f3dd54c2dcd326d745a69be714d3fe6cdc2e5f4af53b487d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:49e824e9c66316006abee6cf672f1ad003ade772108e20b6e5bb62c42b479263_s390x", "8Base-RHOSE-4.6:openshift4/ose-coredns@sha256:9c0fa960c903a408dc149085a7b40d43eb1b4946c5a1ad2082906c332b59f02f_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5e5dbe31c4c2ebf9a8f93f65dad2b14deccacb18391819ff2f7d716c392a63c7_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-manila-rhel8@sha256:f9e6a372752e7b15e9a6f79fbecc13db58310ca4c385dd591a7baca662649acd_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-driver-nfs-rhel8@sha256:32bacdbd2ecd43ba2f8d26aaeb722b56fee02ca0cfdb42dd050b49c5fe5004fb_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher-rhel8@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:1909334783712e8e75c4d07c4c9713a4c3c9beead3cfc1d714a4c82fd7d9cdc3_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:85a7f76ae2686365e23fcc1bf49a488f34e44df9631aa6a89761dc631e5e3b1a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-attacher@sha256:b875b46a5076b10872ea860ae79741ee1c09a38e160ee5a3a1db1e73e6910467_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner-rhel8@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:344a5bfbda911b59c394e04ea23e7683972227cf80190152ed75f75d5633abac_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:4fbd0231d90e4eb0629e1a96987788a7f7e96dce4ecfdae23fe4e134a9f48fce_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-provisioner@sha256:c75e6396aa516bc37d9d4ca22b1044c4d6893bf2de36cc504b64fcb4f974ae20_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer-rhel8@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:95d95e6795c9bd5a9e1dc743be3e15fb5519ded7ffc63ab65bc5aca95dc511a3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:ac248a720b86d905669bf1310b2b07d00c08f0d1d27ae8eca3542297719c275b_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-resizer@sha256:f92df3feea423d1623c9aa1493ea63d8e7297da9841672fe6dbcbf09088eb54a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter-rhel8@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:279a958e3f1408b0de65dc2d19b288d5258f3caa90543a7a2b188f8ab3e07369_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:88197b0554e7c16b201bc2493214a3d802bfc2d8fbf68cdefcd00f46834856d4_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-external-snapshotter@sha256:947886ef4dd90e550b8adb18ec454ce6302de0a8e2e6fbe11c5d7039a259e71e_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe-rhel8@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:0c69dbf088c39bc8fb999fdf17f06020a37fafc142244af8a414d1755054477a_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:28da3f438ee61fac597fefe7ec0907cd341f5d7fdfb2eb5b7feb26a78b29755f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-livenessprobe@sha256:6dc59b0d1656d3c8bfffedcdd54d03ca6248600fbcf5c157cdc5ebac4eeaacca_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:2eea093496ef73f7593467eb61a3c99a7b4c96c447c50e86604ef98b4ee3ceed_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:8cd9943c8408ca44e1f323ec27be77dd1a072833aa30072f230a6c8989d52fae_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-node-driver-registrar@sha256:a53e82837420fbc7fcba189876d8f5c4bc46aff053bb11f78248b1c807f03a50_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller-rhel8@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:1ac5c3e2cd7247f68b5e6ef7ff7da4d25977f499ae956d07902778494a496bc8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:898fba4ba119db95cfa4f90a4db23e69775781d7bb783073464ea0d9cc5c5597_s390x", "8Base-RHOSE-4.6:openshift4/ose-csi-snapshot-controller@sha256:c27d2ddcf94e93883a70591c0218730977f1f808f015676e37c165b2fe78ac5a_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:2c64e2ecbdc183dff85235b7adc114a94548f7ab0db8b5d65dd913d565c46861_amd64", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:69acea30dafa74b09ae1c48017c799d8ebb17d801e25481c456004cbc31b3dd5_s390x", "8Base-RHOSE-4.6:openshift4/ose-docker-builder@sha256:75d653d787c37c473d6749f3043c92e1e1ae01f1f8fef93219aa59ec122b54e7_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:5a4e1422f83edca8f5d3eef181e52e412f3179ac122dffd073ffd1aeb486951c_amd64", "8Base-RHOSE-4.6:openshift4/ose-gcp-machine-controllers-rhel8@sha256:d0d117e62be082959cf4f9ccdd49396483d930dbb6c9b63a6ea0e97cc8638235_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:0eb0988f8ac0da19e5eae607db635e3d6e80322422ecf8237cc5142a47f4b19a_amd64", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:ad3973582bc9c817a04e2bb38e027732cbb9b8080b2d849845138bde41ca186f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-grafana@sha256:dc08275a7e7f8d876c357d843125cee3b33eded0aa78c8767f83913edfa5af80_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:0fd179f550936bf08e2031b947c1e26e1c8db06cfe8c1eb63f85a07de3ce4641_amd64", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:49156767c5ede07caa7433694bdc932fa1a32b0f9e9085d39591c1bbed7713bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-hyperkube@sha256:713aec5c6ee4e4446ca39beef6727d94553eae27379f5dc42b06c45f638d6ac6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:800cdcdc14c0f0787783c57f140ee49a9381aaa2ce449c41bdbeafd73c1014a4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:cabc51c5bbb69b4aa5119b0d5bfb0feda6bd6391b028ada40d47af10f86401d1_amd64", "8Base-RHOSE-4.6:openshift4/ose-insights-rhel8-operator@sha256:dcbbf0027f5c4bd24432d53bf10c97a16cde49e57055ce9b09540eb8d60b6e68_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:5ec1ea95a338f923acbaa59ccc84865f4d0c85a9d5e768af303624b29e5dc63c_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:ad9c3e09abc930147a469c0db0098b7b68d5bc38e353a260c8980be9d3f965d5_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer-artifacts@sha256:bd0af68dbfcfb75737232f0f338029247259495ed28ef3393ce3dc371432e9af_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:cda896e688c05f291e11200997d993a4795797c78bc5c1179d5dc03d3adb0ae9_s390x", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f33b7e230b2db0703c97108ee5502cc9c90d13b9eec286d1c9275c4d5c97e8db_amd64", "8Base-RHOSE-4.6:openshift4/ose-installer@sha256:f4ac0a9ae91f415bce8adcca29b14954dc0eef42190cdc5da6e0fcec3cd1e820_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:51d7aa220ef402124c8e26d7a8dd4cbd2b77e9376efaf1b05a5f989863834c30_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:d08b358e124b44cffaee4b6ba24e1b0d1c648ed3d85a9f99eed1e1b2c5eb4295_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins-agent-base@sha256:f6c5da214bc8e599f6771cad89777df6b1cb89ce750fbd5606e4bd1964192a33_s390x", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:216aedbddeb30b3880c7a5df8605f786e03b4a10e1f4245f9d3d5819773525cd_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:6945af973c9b9b427ceec68c6d40dece41fdbb21bf5a6b58205b0eae4d3f0f28_amd64", "8Base-RHOSE-4.6:openshift4/ose-jenkins@sha256:b4654290941c11079dcabb521d84e62eece7a19d8d600f69c83602dcb6a8299c_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:0b2863c4542c62b4bfb8ea42487019ceb99d8df4611a383c9787bc7886f4aa3a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:a48978a2a7c641d41ea638ba2321e78669c72ce74e339024cb8206e22f76dbc0_s390x", "8Base-RHOSE-4.6:openshift4/ose-k8s-prometheus-adapter@sha256:bdf573c95a92eb0a905238fbbe1a77c97d5019bd179b164d3ca8102fe075f567_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:4e34d6369ff174acc0b5f729dbbfeeb2c3fb2fdf070a66a0a637ed7a510f324f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:9701a5b9b45d9672e58841d115d66a7bde4111737ec797ca8e2f4d6b74c58c61_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-proxy@sha256:d209c21a05c21813e571e2c30f0d03d3ef6f8e4a34ad1533a0516935d6695636_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:218c63defaf9680f7cbd6dedaae89c23a93332ad0dc27eae97bc00c66bd88487_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:754869fa74e9ce9ee758b52654e2e1c2e301c76ac6604658e2403a9b4f9b5921_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-rbac-proxy@sha256:78ac9d8d478a5a853de09cc8993ada27abcdf4799f80ceda2e53deba0b45da03_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:3f7a98f0574b266cc3373a44c9103c1ad94f8e64e9d0c9179bc58ab2e31920b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:911abe43edcf97086181b88726f0abacd40a6a2d92875948c246e9e0c065c80c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kube-state-metrics@sha256:d2ceb955db7fbe5de230e86c298fb858619fb375cf7a65ec00251f1a0b7ec242_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:9b8ae8dd2015f76d6c76ccfe47104da32f65c127d363e8e3de7997ed661a7581_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:ac771b6dd560224f71bc2be696e72f25d4c363bba2cb22a629b3fa28cf3519d9_amd64", "8Base-RHOSE-4.6:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d02723577b53e129832cd36983b6c7a7f4051122c079566212325ee3c100301c_s390x", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:8f4649751a7641a76422d33b3951fefcd44843924bec3cc1aa12abd627e9a7c8_amd64", "8Base-RHOSE-4.6:openshift4/ose-kuryr-cni-rhel8@sha256:b1b3ccb3b281152cbd0cd58c22fe60371d40edb03e5a335b821464bf25af0d8a_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:1abe1a93ae7d93c2a0d7366b10cb2b5cca66b97f83a205a64204a39b4ada0a1b_amd64", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:36a5dce1e51c67c85c5bb4bdcbd4f332fa625d6aaa0ecee1e5ec0cdbaa1d07f0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-libvirt-machine-controllers@sha256:43ad7ce29602ebe90bdf28d69037354850f4fa9a231b78c63634f0d8836cefba_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:0392c5a647248435c5e897c94f14b86373b4d4ab63cdc558fd6cea53a8c89d38_s390x", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f49e51f55900af239c548d9d28f988612f221ccba0ac56a658a829d9392a4043_amd64", "8Base-RHOSE-4.6:openshift4/ose-local-storage-static-provisioner@sha256:f69dd469911d3a6b1a8457094e1b103a9e1662be51f5a83947297a5ddc3dae5f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:2e41b52f4c923c409a1749b0bddd1c3b29d81cc2b9706fa6d662cb3fd5fe7d19_s390x", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:4302283ce98d4b68c03ecd78cbdbea6cf3ae4cef01e45bb1bd214b287834d7cc_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-api-operator@sha256:e831bd1fdefb871c96c3b143ecebd676a75b4a422fb5eb6bb2f4c88df3281cac_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:1475e3c961bfd7eb4a1da338c4cc52503e104c0333ee721a476f0b4f29573ad3_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:83bf3d71934f1e5f03f15af9066ccff42f80ccea0b58c050ff97c2fef80fd290_amd64", "8Base-RHOSE-4.6:openshift4/ose-machine-config-operator@sha256:ef6840aa54702cd7103a5a63d74cb0f8c9ed2634415e8c9c791bf95aa39f9dbf_s390x", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:272e1300948089da088f89ed889a792969b6a24591ab63f39756258fedd907b8_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:70efa63c918e4721dc4066f6cd6244a10661748e26ffeb20e0038acb1616c089_amd64", "8Base-RHOSE-4.6:openshift4/ose-mdns-publisher-rhel8@sha256:f10b59d35ad1edc673ab2f9228e812438a3847ddd4f16f429e4667732e0c8296_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:05a6bda66e8d8b814d30fb62336f10e7c61fc6aa7d02bb443620174608a347a5_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:7e393c28143031dbf8084c61a738da2ee660ba24441c172713d25d50253c5427_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-admission-controller@sha256:e2d07209a00ce1ec8afd680cfcaaeaf3c0fa345d83c9bd7265acbd92373e46b4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:3137ed695f8803475a5b88c8c87cad863e9fac6f337f35a925b63011248b90f2_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:8792172922dcc1828938358afd91cc3906f4d69475d9e91ca2134bb10d95618b_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-cni@sha256:cfd370ab8acd96f6bb48430672566ede454be8efa2067c7d8b059f8a7b0d1d07_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:283d68eb28454487a4de181f70d2b812165130547447375b3f362208958b9da4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:4e6435988a82000d13e4a9c3324db38dd33233212cf3d67e68c60ce3c93ce0f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-route-override-cni-rhel8@sha256:ce12f06650f11f06943c55edf797b7d8605a47cc684c1541b096d0a3c8e8901b_amd64", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:3a567a2b2fa2a14fe6f7e4884bf21ec2d76e86502d5847a62ba4f73a7cb14ca4_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:452dbabba71d53900a8fb6ef2b0a84fe5210f2f75938346264c91ac1677d228a_s390x", "8Base-RHOSE-4.6:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7a0477da1e699003246f2d7ccd0b4072e98bf7f0f98bc02aa19cf79dd9bed802_amd64", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:22b9764f97dfa77519039d10dc7077411110e3b1adf6934ee2d569e2397c10d1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:34323aa212e822f3764b1aad05c4060e5eb180efb53a0b1c923a1db1952fd0bc_s390x", "8Base-RHOSE-4.6:openshift4/ose-must-gather@sha256:638edb9e127a2beda962dcbd3ee64746c59e798557b2afc277a15bcb72b81cb5_amd64", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:763ed075451768c181ab37256fff1c11915471d12ac93d04cad58458071e6bd5_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:88d7eeb8445470774787827790c54a67596b96ac193148f488f4e73f9070ebbe_s390x", "8Base-RHOSE-4.6:openshift4/ose-network-metrics-daemon-rhel8@sha256:bb44a14a0086f274c9a8d7b08b93122d8d96bcce381643404907fed9d051d43e_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:1bd51bb0f1e885d2960049d95a07a85c9210086ef5a27ea63b1b5d0f318d72e9_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:64195b0c15d91dc41e0e19c040babadbbe10f1cd83e4b9bdf09a6bd38a178519_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-apiserver-rhel8@sha256:bc702c9dbaabf5991add5225187bd0ced633d8949321a3d94a8bb27c58737e43_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:725b8db9dbc0a64c71ae7bc2eb5e0b15abd892d7279ea21ce7fcb9ffdec0ebc5_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:de347cfe83f1d0c7c8a2c9f5b69a8ee0c2b7d1863e125ea1f9f06d1eaeeccc0f_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-proxy@sha256:f667616e01ca42c81fceb00dfcd9d66b15b5f900aea7d68c21d5f108c1571210_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:3c573e36b31146f2f45526b5426a9f7719657925e17a8e353962a748ec2454b3_amd64", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:8c6880718a1d9019023810df024f2328d373e07d8edec6dfc45c137a4240283a_s390x", "8Base-RHOSE-4.6:openshift4/ose-oauth-server-rhel8@sha256:9c351d797adea8dc440a2f871192fa60ad7cdede69a2d4ca7de9a3391c973090_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:1de1f4149bd9a9d9b21da0ba948e60123e702b28169c05fe93a16357c72cf7b4_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:c89aa4ffdc13d2af5dde743cdc7671daf6c3ad2981b5f46c25ff9c33a87b7a90_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-apiserver-rhel8@sha256:d5f93a95cb0ed839bc31581a4fecad4669d4694810a554af61201a0f377d26d6_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:047de2e8489f86de56e6e5fcf3895ac939caaab445e79aa29615a95a42832718_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d9eb0fd1f413fbcd2e06203066b969c9e95d8b9d404f300ef44913faaf38126_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-controller-manager-rhel8@sha256:fafe1e627eaf37bbbb930648d403dcb24638c784a98a97f4e9047a8d70a8be3f_amd64", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:48c520ab75f3b190d859bbc3840110b7a319281b2dd2a01310c36ce873209d45_s390x", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:672401928b9677cc3b946929d41e9a9c54ad3f4c6cf8551cd1eafad344dc73a0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openshift-state-metrics-rhel8@sha256:9c5614a5d7794943fc171ac4a095f2a4040b42e038988e190321a2b6c3db61ed_amd64", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:16c9a0ff036daf1c9417478c27fcdad810a5dd33b8f47925f5237e519fe6ba40_s390x", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:495f5632ba3a1281b8ec4cf5980d35d6d40c3170eb607412af4bcac81ce75e6c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-openstack-machine-controllers@sha256:7494c43e27fa3b7dc63edafa9b6b0ce7cd3b5c41b0981a3e472463fb028a5aa5_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:6551b288819db7a57be5e12d3101b2d029834fcdf8cc04a210c93af0affd8284_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:8962563e31ceea3bf8d306f6e038b480f5b680a317d45cea4a4ad930ad2632e0_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-operator-lifecycle-manager@sha256:9d38b1ed2bb93cb54aa1c528f0c9769f79c6930a2441679034f523eac7842d12_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:0356f9094df459349b6a8dc358f636e2a473305c9300c9c8be42f8453413109a_amd64", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:2ea67638114d061ff1db168c4c4bb1b75b5d7c6ddbdf8711bd323995136cd616_s390x", "8Base-RHOSE-4.6:openshift4/ose-operator-marketplace@sha256:c40986a39ff709e03a5027219804629f231176e76ed1ce9c82493d41d2a3be86_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7c553ab720132851ac8ce2c72dd50dcd0c2da68118de526a851936f98779bbbd_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d853aa32d2d2a03d74ff8950a87a0f6db36dd298893fee37f2e810d2fd95d4bc_amd64", "8Base-RHOSE-4.6:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f180efe9e822181f01ab989860c6220500a33d889863ca099b3e65715bb3681c_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:2a49fb4fb7e7edb596f528d3a4327179fe2d874edffa114e74f1c0522c90b35d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:32a04b59e36b670b977ac9cf926230ec47ee80c7df28e34b8316e427b96dc848_s390x", "8Base-RHOSE-4.6:openshift4/ose-ovn-kubernetes@sha256:eb54f4ae3cf943a50393aab9b2fd6b8e2927bb6b318dbb8fb83b3a3a03321876_amd64", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:7dc8a1840bc5b00b0d0c18859d12bb48ebeb900f0df5945b7b6036e683c520ee_s390x", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:92fedfb25a6119fd744b55d7441f8a89fcbb9453997e97b31c507bc7af0aaf46_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-pod@sha256:a9d0998a7c3e0a67e11b6bc69dec41ddf84dcd284d62f5b84564dd93ab3ec62b_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:5574105e6293f40050aa0540c18d802003ede41bed1417777c0d0753a1937394_s390x", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:78420c024fb2469306f5cbfc8a3b81ae36ccc546b2cf9a474ae6529cd69261f7_amd64", "8Base-RHOSE-4.6:openshift4/ose-prom-label-proxy@sha256:ed36e539e59b4f0e8b48f12bf53f6e0eee0e629286731d972a2aa825899f5a00_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:4a2598487525f7d0559f28644bc162842f5565c7697769310fe2f7ed4f85854f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:58c0b7d746c96eb64df790a3fb25993d53448ca76cb5f73b2374ad796e757cfa_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-alertmanager@sha256:eb49cf6814854c8a65e63e7ffdb61409ceb5d93264596e7f69afd47c58b727d2_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:4374de26c0f34e7e2270e473f7d8207f094856a069d99e9c70f4097e7ef146f7_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:6c374be9e486d866417b636c45096228329720c0a5ad0ca623c0be8e5966dd10_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-config-reloader@sha256:dba56d1a67e2c71a60765020da8aa4e9b25613f6727d814d080f179b54838890_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:505d83164a7cd3e821b4f2ab99836509855c4699df614391fffda3c6c5696d2a_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:55233f8c611b49546aaeee4f6ce71157ae0083cf73905bc3a75f1590af7d8c04_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-node-exporter@sha256:7e4cd2dfca3d63a5693716a914c077f0c9cdc16290f27b26aa5a98796c1006cc_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:8d9c5b3bad216509b79275b43decb2be71a438e4b845c23121b4cca2276e2342_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:9310cd5bd70edcef5c352c304883cf439b3576ff38383993ebfa88d6f89c810d_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-prometheus-operator@sha256:ceb0f9e51bae1bdcf18b9d2010029aeca7e6c593e312fb7ae02e420e74f0f677_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:1b475cd3105ce42bb0202e3a01b38a679dc644ca8bc57879561591c29e540d9d_amd64", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:96aa1ae5dbc13cc511242f6e7a9e1be416fb6a3e2321ccc719a012a425e2d229_s390x", "8Base-RHOSE-4.6:openshift4/ose-prometheus@sha256:e61bf537a50beeabcc0aa70dd0a3cb5e2f8612e5e1a72aa2cc081aabaedbb9ca_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0b01dfc870c246484b8cb6da85adb961d670e19311d2f4dd5965f78b8e52688a_amd64", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:0cd56cdb34584c157a726efe3030a07802077a2e05554ebd86307162b317376c_s390x", "8Base-RHOSE-4.6:openshift4/ose-sdn-rhel8@sha256:b563cbf4ebabf29bcf9d31c37be009e3eb567fe01a8acc80517b0f623380865b_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:356679f9af41beabf0ffc8f4b347b7ebf5fc1d6b1bb700993ffa613a50479b6f_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:e9b0a8ea3ce663829698853b325f1a0117a615e7ba3eec3ca10af76c1f3d18bd_s390x", "8Base-RHOSE-4.6:openshift4/ose-service-ca-operator@sha256:f500ebf10dc0bc65707f8a6e8b272c4689774fe14901607247611609df12fa58_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:3b202cd508da9aded62ab5074b21987acf9d9082c09102abd05a131748484015_s390x", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a55242adf112253646038383f2f9e386ed6cbdf144815ef45319fe29444af8cf_amd64", "8Base-RHOSE-4.6:openshift4/ose-telemeter@sha256:a861fdc4029146905e9d8bf4975133b02629c3238cd5a60fba4e935e0f767f42_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:3143c4ba95317a43e56a1fed444591b8f19e9f4680c0685237f902c33061d059_s390x", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:571f79d37cfdae355b45fa69e1d1f011d88bfe18db967d223a2079d50e0cc032_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-tests@sha256:eb9428eb4bc3fc16604af6c38771bb60f55580befa3a86a108aafb23db20dca8_amd64", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:0977692f9339998432bc8ba66b11096afdac7bd4ba18b1f4e86cceaabe123a85_s390x", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:142d8a6a6dc79baed30b26b3514014ccb4986c3d86c0ccaf9d635d4243bea5b1_ppc64le", "8Base-RHOSE-4.6:openshift4/ose-thanos-rhel8@sha256:ea619fe2a41f6c224bbc5ba1bba8f59ae4539d8e2bdb831b4b15c0b10476bd74_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:5c2fd5a203f237e48347bf5196b4c78b5208a873ab04036ec28f3ae8dac4afbf_ppc64le", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:9e1ab4241d97a60ded7e9d0fd94092cf364e71c7876106f8ed5b0ebf4f80830c_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel7@sha256:b69c8295e3ed5c75f18a49f9be56f60c1d2112a7b0bbca889ede5d17f7059f9d_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7411e88edb39c328efa9a86889637344cd8f87cc631ab68e6d743462b8fbf2ef_amd64", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:7f1f774312df0e961472dc3d897c7deefd7fdcf0cd0e407d3d6eb94548061197_s390x", "8Base-RHOSE-4.6:openshift4/ovirt-csi-driver-rhel8-operator@sha256:e6bbc3814e77d76a2583556703d26943acf8dd83b348c09aabee6fb445d12750_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: math/big: panic during recursive division of very large numbers" } ] }
gsd-2020-8566
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager's logs during provisioning of Ceph RBD persistent claims. This affects < v1.19.3, < v1.18.10, < v1.17.13.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-8566", "description": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.", "id": "GSD-2020-8566", "references": [ "https://www.suse.com/security/cve/CVE-2020-8566.html", "https://access.redhat.com/errata/RHSA-2021:0037", "https://access.redhat.com/errata/RHSA-2020:5634" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-8566" ], "details": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.", "id": "GSD-2020-8566", "modified": "2023-12-13T01:21:54.044649Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2020-10-15T04:00:00.000Z", "ID": "CVE-2020-8566", "STATE": "PUBLIC", "TITLE": "Ceph RBD adminSecrets exposed in logs when loglevel \u003e= 4 " }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "version_value": "\u003c 1.19.3" }, { "version_value": "\u003c 1.18.10" }, { "version_value": "\u003c 1.17.13" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "credit": [ { "lang": "eng", "value": "Kaizhe Huang (derek0405)" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-532 Information Exposure Through Log Files" } ] } ] }, "references": { "reference_data": [ { "name": "Multiple secret leaks when verbose logging is enabled", "refsource": "MLIST", "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "name": "https://github.com/kubernetes/kubernetes/issues/95624", "refsource": "CONFIRM", "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "name": "https://security.netapp.com/advisory/ntap-20210122-0006/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ] }, "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/95624" ], "discovery": "EXTERNAL" }, "work_around": [ { "lang": "eng", "value": "Do not enable verbose logging in production (log level \u003e= 4), limit access to logs." } ] }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=v1.17.0 \u003cv1.17.13 || \u003e=v1.18.0 \u003cv1.18.10 || \u003e=v1.19.0 \u003cv1.19.3", "affected_versions": "All versions starting from 1.17.0 before 1.17.13, all versions starting from 1.18.0 before 1.18.10, all versions starting from 1.19.0 before 1.19.3", "cvss_v2": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2021-03-29", "description": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims.", "fixed_versions": [ "v1.17.13", "v1.18.10", "v1.19.3" ], "identifier": "CVE-2020-8566", "identifiers": [ "CVE-2020-8566" ], "not_impacted": "All versions before 1.17.0, all versions starting from 1.17.13 before 1.18.0, all versions starting from 1.18.10 before 1.19.0, all versions starting from 1.19.3", "package_slug": "go/github.com/kubernetes/kubernetes", "pubdate": "2020-12-07", "solution": "Upgrade to versions 1.17.13, 1.18.10, 1.19.3 or above.", "title": "Inclusion of Sensitive Information in Log Files", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-8566" ], "uuid": "561faf78-8364-42d3-b017-e5a5be7973d7", "versions": [ { "commit": { "sha": "02a9c9f39a18ee40c37835c36c7c80e0797b0d85", "tags": [ "v1.17.0" ], "timestamp": "20191206012503" }, "number": "v1.17.0" }, { "commit": { "sha": "f6cc41b23ef90243e9dbba5fbad501630caaa737", "tags": [ "v1.18.0" ], "timestamp": "20200325144952" }, "number": "v1.18.0" }, { "commit": { "sha": "0fc1dcd829d621ec5605d3eeb381e728371da832", "tags": [ "v1.19.0" ], "timestamp": "20200826142205" }, "number": "v1.19.0" }, { "commit": { "sha": "c3dc35c4e9145c1b9f6b2f14545b3d76ca1e0a3b", "tags": [ "v1.19.3" ], "timestamp": "20201014123937" }, "number": "v1.19.3" }, { "commit": { "sha": "8103ff82e083f536b3a6cdfdb1f8621cc827981a", "tags": [ "v1.17.13" ], "timestamp": "20201015005831" }, "number": "v1.17.13" }, { "commit": { "sha": "1eaa7b6516ecf87a518a94f95e260487db272b88", "tags": [ "v1.18.10" ], "timestamp": "20201015014302" }, "number": "v1.18.10" } ] }, { "affected_range": "\u003e=1.17.0 \u003c1.17.13||\u003e=1.18.0 \u003c1.18.10||\u003e=1.19.0 \u003c1.19.3", "affected_versions": "All versions starting from 1.17.0 before 1.17.13, all versions starting from 1.18.0 before 1.18.10, all versions starting from 1.19.0 before 1.19.3", "cvss_v2": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-532", "CWE-937" ], "date": "2021-03-29", "description": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims.", "fixed_versions": [ "1.17.13", "1.18.10", "1.19.3" ], "identifier": "CVE-2020-8566", "identifiers": [ "CVE-2020-8566" ], "not_impacted": "All versions starting from 1.17.13 before 1.18.0, all versions starting from 1.18.10 before 1.19.0 all versions starting from 1.19.3", "package_slug": "go/k8s.io/kubernetes/pkg/apis/apps/validation", "pubdate": "2020-12-07", "solution": "Upgrade to version 1.17.13, 1.18.10, 1.19.3 or above.", "title": "Inclusion of Sensitive Information in Log Files", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-8566" ], "uuid": "00f0090d-fe59-42f2-b1ee-5da0a3a94c9c" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.17.13", "versionStartIncluding": "1.17.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.18.10", "versionStartIncluding": "1.18.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.19.3", "versionStartIncluding": "1.19.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "ID": "CVE-2020-8566" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-532" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/95624", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "name": "Multiple secret leaks when verbose logging is enabled", "refsource": "MLIST", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "name": "https://security.netapp.com/advisory/ntap-20210122-0006/", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2021-03-29T19:30Z", "publishedDate": "2020-12-07T22:15Z" } } }
ghsa-5x96-j797-5qqw
Vulnerability from github
Published
2024-04-24 20:02
Modified
2024-04-24 20:02
Severity ?
Summary
Sensitive Information leak via Log File in Kubernetes
Details
In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager's logs during provisioning of Ceph RBD persistent claims. This affects < v1.19.3, < v1.18.10, < v1.17.13.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/kubernetes/kubernetes" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.17.13" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/kubernetes/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.18.0" }, { "fixed": "1.18.10" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/kubernetes/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.19.0" }, { "fixed": "1.19.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-8566" ], "database_specific": { "cwe_ids": [ "CWE-532" ], "github_reviewed": true, "github_reviewed_at": "2024-04-24T20:02:08Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.", "id": "GHSA-5x96-j797-5qqw", "modified": "2024-04-24T20:02:08Z", "published": "2024-04-24T20:02:08Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8566" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/issues/95624" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/95245" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/95245/commits/e91ec4fad3366d2dee020919f7c2a0d7b52fd3ea" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1886640" }, { "type": "PACKAGE", "url": "https://github.com/kubernetes/kubernetes" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-announce/c/ScdmyORnPDk" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20210122-0006" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Sensitive Information leak via Log File in Kubernetes" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.