<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">CVE-2023-28841</DocumentTitle>
  <DocumentType>SUSE CVE</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE CVE-2023-28841</ID>
    </Identification>
    <Status>Interim</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>64</Number>
        <Date>2026-03-05T03:44:32Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-08-09T23:15:10Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-03-05T03:44:32Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf-cve.pl</Engine>
      <Date>2020-12-27T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="CVE" Type="Summary" Ordinal="1" xml:lang="en">CVE-2023-28841</Note>
    <Note Title="Mitre CVE Description" Type="Description" Ordinal="2" xml:lang="en">Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.

Swarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.

The `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.

Encrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.

When setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet's VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.

An iptables rule designates outgoing VXLAN datagrams with a VNI that corresponds to an encrypted overlay network for IPsec encapsulation.

Encrypted overlay networks on affected platforms silently transmit unencrypted data. As a result, `overlay` networks may appear to be functional, passing traffic as expected, but without any of the expected confidentiality or data integrity guarantees.

It is possible for an attacker sitting in a trusted position on the network to read all of the application traffic that is moving across the overlay network, resulting in unexpected secrets or user data disclosure. Thus, because many database protocols, internal APIs, etc. are not protected by a second layer of encryption, a user may use Swarm encrypted overlay networks to provide confidentiality, which due to this vulnerability this is no longer guaranteed.

Patches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime's 20.10 releases are numbered differently, users of that platform should update to 20.10.16.

Some workarounds are available. Close the VXLAN port (by default, UDP port 4789) to outgoing traffic at the Internet boundary in order to prevent unintentionally leaking unencrypted traffic over the Internet, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="4" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
  </DocumentNotes>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016166.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:611-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016167.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:612-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016189.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:615-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016478.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:704-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016479.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:705-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-October/016480.html</URL>
      <Description>E-Mail link for SUSE-IU-2023:706-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-August/015898.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3307-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2023-September/016100.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3536-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2025-October/042077.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:03540-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-October/022860.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:03545-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-Basic-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-Basic-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-Azure-Basic-On-Demand">Image SLES12-SP5-Azure-Basic-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-Azure-Standard-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-Azure-Standard-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-Azure-Standard-On-Demand">Image SLES12-SP5-Azure-Standard-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-ECS-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-ECS-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-EC2-ECS-On-Demand">Image SLES12-SP5-EC2-ECS-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-EC2-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-EC2-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-EC2-On-Demand">Image SLES12-SP5-EC2-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES12-SP5-GCE-On-Demand">
      <Branch Type="Product Name" Name="Image SLES12-SP5-GCE-On-Demand">
        <FullProductName ProductID="Image SLES12-SP5-GCE-On-Demand">Image SLES12-SP5-GCE-On-Demand</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure">Image SLES15-SP3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM">Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE">Image SLES15-SP3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Aliyun">Image SLES15-SP3-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Azure">Image SLES15-SP3-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-EC2">Image SLES15-SP3-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-GCE">Image SLES15-SP3-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">Image SLES15-SP3-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure">Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM">Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE">Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-Azure">Image SLES15-SP3-Micro-5-1-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-GCE">Image SLES15-SP3-Micro-5-1-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-Azure">Image SLES15-SP3-Micro-5-2-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-GCE">Image SLES15-SP3-Micro-5-2-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure">Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM">Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE">Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure">Image SLES15-SP3-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM">Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE">Image SLES15-SP3-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-BYOS">Image SLES15-SP4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure">Image SLES15-SP4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2">Image SLES15-SP4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE">Image SLES15-SP4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS">Image SLES15-SP4-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure">Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2">Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE">Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP4-HPC-EC2">Image SLES15-SP4-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP4-HPC-GCE">Image SLES15-SP4-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS">Image SLES15-SP4-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure">Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2">Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE">Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3">Image SLES15-SP4-Manager-Server-4-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS">Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
        <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3">Image SLES15-SP4-Micro-5-3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS">Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure">Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2">Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE">Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-3-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-3-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2">Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4">Image SLES15-SP4-Micro-5-4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS">Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure">Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2">Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE">Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-EC2">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2">Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-Micro-5-4-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-Micro-5-4-GCE">
        <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE">Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP">
        <FullProductName ProductID="Image SLES15-SP4-SAP">Image SLES15-SP4-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Azure">Image SLES15-SP4-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS">Image SLES15-SP4-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure">Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2">Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE">Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-EC2">Image SLES15-SP4-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-GCE">Image SLES15-SP4-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened">Image SLES15-SP4-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure">Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS">Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE">Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL">Image SLES15-SP4-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure">Image SLES15-SP4-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2">Image SLES15-SP4-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP4-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP4-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE">Image SLES15-SP4-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP5-Azure-3P">Image SLES15-SP5-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Basic">Image SLES15-SP5-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP5-Azure-Standard">Image SLES15-SP5-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure">Image SLES15-SP5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2">Image SLES15-SP5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE">Image SLES15-SP5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-EC2">Image SLES15-SP5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-GCE">Image SLES15-SP5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-Azure">Image SLES15-SP5-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure">Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2">Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE">Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure">Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2">Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE">Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">Image SLES15-SP5-Manager-Proxy-5-0-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0">Image SLES15-SP5-Manager-Server-5-0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">Image SLES15-SP5-Manager-Server-5-0-Azure-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">Image SLES15-SP5-Manager-Server-5-0-Azure-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS">Image SLES15-SP5-Manager-Server-5-0-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">Image SLES15-SP5-Manager-Server-5-0-EC2-llc</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
        <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">Image SLES15-SP5-Manager-Server-5-0-EC2-ltd</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5">Image SLES15-SP5-Micro-5-5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure">Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS">Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure">Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2">Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE">Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-EC2">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2">Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-Micro-5-5-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-Micro-5-5-GCE">
        <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE">Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P">Image SLES15-SP5-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure">Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2">Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE">Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure">Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE">Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure">Image SLES15-SP5-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2">Image SLES15-SP5-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP5-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP5-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE">Image SLES15-SP5-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6">
      <Branch Type="Product Name" Name="Image SLES15-SP6">
        <FullProductName ProductID="Image SLES15-SP6">Image SLES15-SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-Azure-3P">Image SLES15-SP6-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Basic">Image SLES15-SP6-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP6-Azure-Standard">Image SLES15-SP6-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-BYOS">Image SLES15-SP6-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure">Image SLES15-SP6-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2">Image SLES15-SP6-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE">Image SLES15-SP6-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2">
        <FullProductName ProductID="Image SLES15-SP6-EC2">Image SLES15-SP6-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP6-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM">Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-GCE">
        <FullProductName ProductID="Image SLES15-SP6-GCE">Image SLES15-SP6-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC">
        <FullProductName ProductID="Image SLES15-SP6-HPC">Image SLES15-SP6-HPC</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-Azure">Image SLES15-SP6-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS">Image SLES15-SP6-HPC-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure">Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2">Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE">Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-EC2">
        <FullProductName ProductID="Image SLES15-SP6-HPC-EC2">Image SLES15-SP6-HPC-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-HPC-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-HPC-GCE">
        <FullProductName ProductID="Image SLES15-SP6-HPC-GCE">Image SLES15-SP6-HPC-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS">Image SLES15-SP6-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure">Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2">Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE">Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP">
        <FullProductName ProductID="Image SLES15-SP6-SAP">Image SLES15-SP6-SAP</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure">Image SLES15-SP6-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P">Image SLES15-SP6-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS">Image SLES15-SP6-SAP-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure">Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2">Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE">Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-EC2">Image SLES15-SP6-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-GCE">Image SLES15-SP6-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened">Image SLES15-SP6-SAP-Hardened</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure">Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS">Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2">Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE">Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL">Image SLES15-SP6-SAPCAL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure">Image SLES15-SP6-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2">Image SLES15-SP6-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP6-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP6-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE">Image SLES15-SP6-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-Azure-3P">Image SLES15-SP7-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Basic">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Basic">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Basic">Image SLES15-SP7-Azure-Basic</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Azure-Standard">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Azure-Standard">
        <FullProductName ProductID="Image SLES15-SP7-Azure-Standard">Image SLES15-SP7-Azure-Standard</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure">Image SLES15-SP7-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2">Image SLES15-SP7-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE">Image SLES15-SP7-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2">
        <FullProductName ProductID="Image SLES15-SP7-EC2">Image SLES15-SP7-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-EC2-ECS-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP7-EC2-ECS-HVM">
        <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM">Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE">
        <FullProductName ProductID="Image SLES15-SP7-GCE">Image SLES15-SP7-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-GCE-3P">Image SLES15-SP7-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-Azure">Image SLES15-SP7-HPC-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure">Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2">Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE">Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure">Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2">Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE">Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure">Image SLES15-SP7-SAP-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Azure-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Azure-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P">Image SLES15-SP7-SAP-Azure-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure">Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2">Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE">Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-EC2">Image SLES15-SP7-SAP-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE">Image SLES15-SP7-SAP-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-GCE-3P">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-GCE-3P">
        <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P">Image SLES15-SP7-SAP-GCE-3P</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure">Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAP-Hardened-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAP-Hardened-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE">Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure">Image SLES15-SP7-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-EC2">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2">Image SLES15-SP7-SAPCAL-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP7-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP7-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE">Image SLES15-SP7-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE CaaS Platform 4.0">
      <Branch Type="Product Name" Name="SUSE CaaS Platform 4.0">
        <FullProductName ProductID="SUSE CaaS Platform 4.0" CPE="cpe:/o:suse:caasp:4.0">SUSE CaaS Platform 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Desktop 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.1">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1" CPE="cpe:/o:suse:suse-microos:5.1">SUSE Linux Enterprise Micro 5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.3">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3" CPE="cpe:/o:suse:sle-micro:5.3">SUSE Linux Enterprise Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.4">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4" CPE="cpe:/o:suse:sle-micro:5.4">SUSE Linux Enterprise Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp5">SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-TERADATA">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA" CPE="cpe:/o:suse:sles_teradata:15:sp4">SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS" CPE="cpe:/o:suse:sles-ltss:15">SUSE Linux Enterprise Server 15-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 16.0">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 16.0">
        <FullProductName ProductID="SUSE Linux Enterprise Server 16.0" CPE="cpe:/o:suse:sles:16:16.0:server">SUSE Linux Enterprise Server 16.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" CPE="cpe:/o:suse:sles-ltss-extended-security:12:sp5">SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 12">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12" CPE="cpe:/o:suse:sle-module-containers:12">SUSE Linux Enterprise Module for Containers 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1" CPE="cpe:/o:suse:sles_sap:15:sp1">SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5" CPE="cpe:/o:suse:sle-module-containers:15:sp5">SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6" CPE="cpe:/o:suse:sle-module-containers:15:sp6">SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP7">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7" CPE="cpe:/o:suse:sle-module-basesystem:15:sp7">SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP7">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7" CPE="cpe:/o:suse:sle-module-containers:15:sp7">SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.1">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.1">
        <FullProductName ProductID="SUSE Linux Micro 6.1" CPE="cpe:/o:suse:sl-micro:6.1">SUSE Linux Micro 6.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Containers 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4" CPE="cpe:/o:suse:sle-module-containers:15:sp4">SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap Micro 5.3">
      <Branch Type="Product Name" Name="openSUSE Leap Micro 5.3">
        <FullProductName ProductID="openSUSE Leap Micro 5.3" CPE="cpe:/o:opensuse:leap-micro:5.3">openSUSE Leap Micro 5.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap Micro 5.4">
      <Branch Type="Product Name" Name="openSUSE Leap Micro 5.4">
        <FullProductName ProductID="openSUSE Leap Micro 5.4" CPE="cpe:/o:opensuse:leap-micro:5.4">openSUSE Leap Micro 5.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Tumbleweed">
      <Branch Type="Product Name" Name="openSUSE Tumbleweed">
        <FullProductName ProductID="openSUSE Tumbleweed" CPE="cpe:/o:opensuse:tumbleweed">openSUSE Tumbleweed</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="CHOST Images">
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-amazon:suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64">SLES 15 SP1 CHOST Images for Amazon EC2 suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-amazon:suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP2 CHOST Images for Amazon EC2 suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-amazon:suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP3 CHOST Images for Amazon EC2 suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Amazon EC2">
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</FullProductName>
        <FullProductName ProductID="chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-amazon:suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64">SLES 15 SP4 CHOST Images for Amazon EC2 suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp1-chost-byos-v20220715-x86-64" CPE="cpe:/o:suse:sles:15:sp1:chost-google:sles-15-sp1-chost-byos-v20220715-x86-64">SLES 15 SP1 CHOST Images for Google sles-15-sp1-chost-byos-v20220715-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp2-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp2:chost-google:sles-15-sp2-chost-byos-v20220718-x86-64">SLES 15 SP2 CHOST Images for Google sles-15-sp2-chost-byos-v20220718-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220411-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220411-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220411-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220510-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220510-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220608-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220608-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220608-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220708-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220708-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220708-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220718-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220818-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20220916-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221019-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221019-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221019-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221118-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20221215-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230313-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230313-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230313-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20230613-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20230613-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20230613-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240807-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240807-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240807-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp3-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp3:chost-google:sles-15-sp3-chost-byos-v20240912-x86-64">SLES 15 SP3 CHOST Images for Google sles-15-sp3-chost-byos-v20240912-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Google">
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220718-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220718-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220718-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220818-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220818-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220818-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20220916-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20220916-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20220916-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221018-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221018-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221018-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221118-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221118-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221118-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20221215-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20221215-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20221215-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230111-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230111-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230111-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230210-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230210-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230210-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230310-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230310-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230310-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230410-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230410-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230410-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230510-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230510-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230510-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230606-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230606-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230606-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230704-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230704-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230704-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230804-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230804-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230804-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230901-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230901-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230901-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20230928-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20230928-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20230928-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231027-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231027-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231027-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231127-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231127-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231127-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20231212-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20231212-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20231212-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240312-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240312-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240312-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240612-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240612-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240612-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240809-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240809-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240809-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20240912-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20240912-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20240912-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20250721-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20250721-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20250721-x86-64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:google/sles-15-sp4-chost-byos-v20251022-x86-64" CPE="cpe:/o:suse:sles:15:sp4:chost-google:sles-15-sp4-chost-byos-v20251022-x86-64">SLES 15 SP4 CHOST Images for Google sles-15-sp4-chost-byos-v20251022-x86-64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP1 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210202">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20210304">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220127">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220127</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64" CPE="cpe:/o:suse:sles:15:sp1:chost-microsoft:suse-sles-15-sp1-chost-byos-v20220715-x86_64">SLES 15 SP1 CHOST Images for Microsoft Azure suse-sles-15-sp1-chost-byos-v20220715-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP2 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210202">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210304">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210304</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210405">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210405</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210506">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210506</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210610">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210610</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210722">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210722</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20210913">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20210913</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20211025">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20211025</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220126">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp2:chost-microsoft:suse-sles-15-sp2-chost-byos-v20220718-x86_64">SLES 15 SP2 CHOST Images for Microsoft Azure suse-sles-15-sp2-chost-byos-v20220718-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP3 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210729">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210729</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210827">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210827</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20210927">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20210927</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211004">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211004</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211101">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211101</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20211202">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20211202</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220103">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220103</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220126">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220126</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220222">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220222</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220310">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220310</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220411-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220411-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220510-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220609-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220609-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220708-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220708-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220718-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220818-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220818-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220916-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20220921-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20220921-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221019-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221019-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221119-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221119-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20221215-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230313-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230313-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20230613-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20230613-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240807-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240807-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp3:chost-microsoft:suse-sles-15-sp3-chost-byos-v20240912-x86_64">SLES 15 SP3 CHOST Images for Microsoft Azure suse-sles-15-sp3-chost-byos-v20240912-x86_64</FullProductName>
      </Branch>
      <Branch Type="Product Name" Name="SLES 15 SP4 CHOST Images for Microsoft Azure">
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220718-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220718-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220819-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220819-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220916-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220916-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20220923-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20220923-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221018-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221018-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221118-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221118-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20221215-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20221215-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230111-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230111-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230210-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230210-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230310-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230310-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230410-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230410-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230510-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230510-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230606-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230606-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230704-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230704-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230803-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230803-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230901-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230901-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20230928-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20230928-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231027-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231027-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231127-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231127-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20231212-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20231212-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240312-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240312-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240612-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240612-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240809-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240809-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20240912-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20240912-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20250721-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20250721-x86_64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-arm64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-arm64</FullProductName>
        <FullProductName ProductID="chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64" CPE="cpe:/o:suse:sles:15:sp4:chost-microsoft:suse-sles-15-sp4-chost-byos-v20251022-x86_64">SLES 15 SP4 CHOST Images for Microsoft Azure suse-sles-15-sp4-chost-byos-v20251022-x86_64</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="docker">
      <FullProductName ProductID="docker" CPE="cpe:2.3:a:mobyproject:moby:*:*:*:*:*:*:*:*">docker</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-20.10.25_ce-98.93.1">
      <FullProductName ProductID="docker-20.10.25_ce-98.93.1" CPE="cpe:2.3:a:mobyproject:moby:20.10.25_ce:*:*:*:*:*:*:*">docker-20.10.25_ce-98.93.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-24.0.5_ce-150000.185.1">
      <FullProductName ProductID="docker-24.0.5_ce-150000.185.1" CPE="cpe:2.3:a:mobyproject:moby:24.0.5_ce:*:*:*:*:*:*:*">docker-24.0.5_ce-150000.185.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-24.0.5_ce-2.1">
      <FullProductName ProductID="docker-24.0.5_ce-2.1" CPE="cpe:2.3:a:mobyproject:moby:24.0.5_ce:*:*:*:*:*:*:*">docker-24.0.5_ce-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-24.0.7_ce-2.3">
      <FullProductName ProductID="docker-24.0.7_ce-2.3" CPE="cpe:2.3:a:mobyproject:moby:24.0.7_ce:*:*:*:*:*:*:*">docker-24.0.7_ce-2.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-25.0.6_ce-slfo.1.1_1.2">
      <FullProductName ProductID="docker-25.0.6_ce-slfo.1.1_1.2" CPE="cpe:2.3:a:mobyproject:moby:25.0.6_ce:*:*:*:*:*:*:*">docker-25.0.6_ce-slfo.1.1_1.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-28.3.2_ce-160000.2.2">
      <FullProductName ProductID="docker-28.3.2_ce-160000.2.2" CPE="cpe:2.3:a:mobyproject:moby:28.3.2_ce:*:*:*:*:*:*:*">docker-28.3.2_ce-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-bash-completion">
      <FullProductName ProductID="docker-bash-completion">docker-bash-completion</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-bash-completion-24.0.5_ce-150000.185.1">
      <FullProductName ProductID="docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-bash-completion-24.0.5_ce-2.1">
      <FullProductName ProductID="docker-bash-completion-24.0.5_ce-2.1">docker-bash-completion-24.0.5_ce-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-bash-completion-28.3.2_ce-160000.2.2">
      <FullProductName ProductID="docker-bash-completion-28.3.2_ce-160000.2.2">docker-bash-completion-28.3.2_ce-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-buildx-0.25.0-160000.2.2">
      <FullProductName ProductID="docker-buildx-0.25.0-160000.2.2">docker-buildx-0.25.0-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-fish-completion-24.0.5_ce-150000.185.1">
      <FullProductName ProductID="docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-fish-completion-24.0.5_ce-2.1">
      <FullProductName ProductID="docker-fish-completion-24.0.5_ce-2.1">docker-fish-completion-24.0.5_ce-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-fish-completion-28.3.2_ce-160000.2.2">
      <FullProductName ProductID="docker-fish-completion-28.3.2_ce-160000.2.2">docker-fish-completion-28.3.2_ce-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-libnetwork">
      <FullProductName ProductID="docker-libnetwork">docker-libnetwork</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-rootless-extras-24.0.5_ce-150000.185.1">
      <FullProductName ProductID="docker-rootless-extras-24.0.5_ce-150000.185.1">docker-rootless-extras-24.0.5_ce-150000.185.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-rootless-extras-24.0.5_ce-2.1">
      <FullProductName ProductID="docker-rootless-extras-24.0.5_ce-2.1">docker-rootless-extras-24.0.5_ce-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-rootless-extras-28.3.2_ce-160000.2.2">
      <FullProductName ProductID="docker-rootless-extras-28.3.2_ce-160000.2.2">docker-rootless-extras-28.3.2_ce-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-24.0.9_ce-1.20.1">
      <FullProductName ProductID="docker-stable-24.0.9_ce-1.20.1" CPE="cpe:2.3:a:mobyproject:moby:24.0.9_ce:*:*:*:*:*:*:*">docker-stable-24.0.9_ce-1.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-24.0.9_ce-15.1">
      <FullProductName ProductID="docker-stable-24.0.9_ce-15.1" CPE="cpe:2.3:a:mobyproject:moby:24.0.9_ce:*:*:*:*:*:*:*">docker-stable-24.0.9_ce-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-24.0.9_ce-150000.1.25.1">
      <FullProductName ProductID="docker-stable-24.0.9_ce-150000.1.25.1" CPE="cpe:2.3:a:mobyproject:moby:24.0.9_ce:*:*:*:*:*:*:*">docker-stable-24.0.9_ce-150000.1.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-bash-completion-24.0.9_ce-1.20.1">
      <FullProductName ProductID="docker-stable-bash-completion-24.0.9_ce-1.20.1">docker-stable-bash-completion-24.0.9_ce-1.20.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-bash-completion-24.0.9_ce-15.1">
      <FullProductName ProductID="docker-stable-bash-completion-24.0.9_ce-15.1">docker-stable-bash-completion-24.0.9_ce-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">
      <FullProductName ProductID="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-buildx-0.25.0-15.1">
      <FullProductName ProductID="docker-stable-buildx-0.25.0-15.1">docker-stable-buildx-0.25.0-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-fish-completion-24.0.9_ce-15.1">
      <FullProductName ProductID="docker-stable-fish-completion-24.0.9_ce-15.1">docker-stable-fish-completion-24.0.9_ce-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-fish-completion-24.0.9_ce-150000.1.25.1">
      <FullProductName ProductID="docker-stable-fish-completion-24.0.9_ce-150000.1.25.1">docker-stable-fish-completion-24.0.9_ce-150000.1.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-rootless-extras-24.0.9_ce-15.1">
      <FullProductName ProductID="docker-stable-rootless-extras-24.0.9_ce-15.1">docker-stable-rootless-extras-24.0.9_ce-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1">
      <FullProductName ProductID="docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1">docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-zsh-completion-24.0.9_ce-15.1">
      <FullProductName ProductID="docker-stable-zsh-completion-24.0.9_ce-15.1">docker-stable-zsh-completion-24.0.9_ce-15.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1">
      <FullProductName ProductID="docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1">docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-zsh-completion-24.0.5_ce-150000.185.1">
      <FullProductName ProductID="docker-zsh-completion-24.0.5_ce-150000.185.1">docker-zsh-completion-24.0.5_ce-150000.185.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-zsh-completion-24.0.5_ce-2.1">
      <FullProductName ProductID="docker-zsh-completion-24.0.5_ce-2.1">docker-zsh-completion-24.0.5_ce-2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="docker-zsh-completion-28.3.2_ce-160000.2.2">
      <FullProductName ProductID="docker-zsh-completion-28.3.2_ce-160000.2.2">docker-zsh-completion-28.3.2_ce-160000.2.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="golang-github-docker-libnetwork">
      <FullProductName ProductID="golang-github-docker-libnetwork">golang-github-docker-libnetwork</FullProductName>
    </Branch>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-Basic-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-Basic-On-Demand:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of Image SLES12-SP5-Azure-Basic-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-Azure-Standard-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-Azure-Standard-On-Demand:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of Image SLES12-SP5-Azure-Standard-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-ECS-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-ECS-On-Demand:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of Image SLES12-SP5-EC2-ECS-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-EC2-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-EC2-On-Demand:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of Image SLES12-SP5-EC2-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES12-SP5-GCE-On-Demand">
      <FullProductName ProductID="Image SLES12-SP5-GCE-On-Demand:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of Image SLES12-SP5-GCE-On-Demand</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Aliyun:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP4-HPC-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP4-HPC-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-Azure-llc">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-llc:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-EC2-llc">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-llc:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd">
      <FullProductName ProductID="Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Manager-Server-4-3-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-3-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-3-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-3-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-EC2">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-Micro-5-4-GCE">
      <FullProductName ProductID="Image SLES15-SP4-Micro-5-4-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-Micro-5-4-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP">
      <FullProductName ProductID="Image SLES15-SP4-SAP:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP4-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP4-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP4-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Basic:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP5-Azure-Standard:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-Azure-llc">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-llc:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-Azure-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-Azure-ltd:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-Azure-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-EC2-llc">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-llc:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-EC2-llc</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd">
      <FullProductName ProductID="Image SLES15-SP5-Manager-Server-5-0-EC2-ltd:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Manager-Server-5-0-EC2-ltd</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-EC2">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-Micro-5-5-GCE">
      <FullProductName ProductID="Image SLES15-SP5-Micro-5-5-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-Micro-5-5-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP5-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP5-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP5-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6">
      <FullProductName ProductID="Image SLES15-SP6:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Basic:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP6-Azure-Standard:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2">
      <FullProductName ProductID="Image SLES15-SP6-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP6-EC2-ECS-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-GCE">
      <FullProductName ProductID="Image SLES15-SP6-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC">
      <FullProductName ProductID="Image SLES15-SP6-HPC:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-EC2">
      <FullProductName ProductID="Image SLES15-SP6-HPC-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-HPC-GCE">
      <FullProductName ProductID="Image SLES15-SP6-HPC-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-HPC-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP">
      <FullProductName ProductID="Image SLES15-SP6-SAP:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAPCAL</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP6-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP6-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP6-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Basic">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Basic:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Azure-Basic</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Azure-Standard">
      <FullProductName ProductID="Image SLES15-SP7-Azure-Standard:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Azure-Standard</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2">
      <FullProductName ProductID="Image SLES15-SP7-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-EC2-ECS-HVM">
      <FullProductName ProductID="Image SLES15-SP7-EC2-ECS-HVM:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-EC2-ECS-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE">
      <FullProductName ProductID="Image SLES15-SP7-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-GCE-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-HPC-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-HPC-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Azure-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Azure-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-GCE-3P">
      <FullProductName ProductID="Image SLES15-SP7-SAP-GCE-3P:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-GCE-3P</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Hardened-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Hardened-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAP-Hardened-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAP-Hardened-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-EC2">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAPCAL-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP7-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP7-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of Image SLES15-SP7-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP7:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-20.10.25_ce-98.93.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12:docker-20.10.25_ce-98.93.1">docker-20.10.25_ce-98.93.1 as a component of SUSE Linux Enterprise Module for Containers 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-rootless-extras-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-24.0.5_ce-150000.185.1">docker-rootless-extras-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1">docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-rootless-extras-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:docker-rootless-extras-24.0.5_ce-150000.185.1">docker-rootless-extras-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP7">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1">docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Module for Containers 15 SP7</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-1.20.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1">docker-stable-24.0.9_ce-1.20.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-1.20.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1">docker-stable-bash-completion-24.0.9_ce-1.20.1 as a component of SUSE Linux Enterprise Server 12 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-TERADATA">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP4-TERADATA</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-28.3.2_ce-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-28.3.2_ce-160000.2.2">docker-28.3.2_ce-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-28.3.2_ce-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-bash-completion-28.3.2_ce-160000.2.2">docker-bash-completion-28.3.2_ce-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-buildx-0.25.0-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-buildx-0.25.0-160000.2.2">docker-buildx-0.25.0-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-28.3.2_ce-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-fish-completion-28.3.2_ce-160000.2.2">docker-fish-completion-28.3.2_ce-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-rootless-extras-28.3.2_ce-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-rootless-extras-28.3.2_ce-160000.2.2">docker-rootless-extras-28.3.2_ce-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-zsh-completion-28.3.2_ce-160000.2.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 16.0">
      <FullProductName ProductID="SUSE Linux Enterprise Server 16.0:docker-zsh-completion-28.3.2_ce-160000.2.2">docker-zsh-completion-28.3.2_ce-160000.2.2 as a component of SUSE Linux Enterprise Server 16.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-1.20.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1">docker-stable-24.0.9_ce-1.20.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-1.20.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1">docker-stable-bash-completion-24.0.9_ce-1.20.1 as a component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.7_ce-2.3" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:docker-24.0.7_ce-2.3">docker-24.0.7_ce-2.3 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-25.0.6_ce-slfo.1.1_1.2" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.1">
      <FullProductName ProductID="SUSE Linux Micro 6.1:docker-25.0.6_ce-slfo.1.1_1.2">docker-25.0.6_ce-slfo.1.1_1.2 as a component of SUSE Linux Micro 6.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-zsh-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:docker-zsh-completion-24.0.5_ce-150000.185.1">docker-zsh-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:docker-bash-completion-24.0.5_ce-150000.185.1">docker-bash-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:docker-fish-completion-24.0.5_ce-150000.185.1">docker-fish-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-zsh-completion-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:docker-zsh-completion-24.0.5_ce-150000.185.1">docker-zsh-completion-24.0.5_ce-150000.185.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1">docker-stable-24.0.9_ce-150000.1.25.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1">docker-stable-bash-completion-24.0.9_ce-150000.1.25.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-fish-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1">docker-stable-fish-completion-24.0.9_ce-150000.1.25.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1">docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1">docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.3">
      <FullProductName ProductID="openSUSE Leap Micro 5.3:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of openSUSE Leap Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-150000.185.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap Micro 5.4">
      <FullProductName ProductID="openSUSE Leap Micro 5.4:docker-24.0.5_ce-150000.185.1">docker-24.0.5_ce-150000.185.1 as a component of openSUSE Leap Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-24.0.5_ce-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-24.0.5_ce-2.1">docker-24.0.5_ce-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion-24.0.5_ce-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-bash-completion-24.0.5_ce-2.1">docker-bash-completion-24.0.5_ce-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-fish-completion-24.0.5_ce-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-fish-completion-24.0.5_ce-2.1">docker-fish-completion-24.0.5_ce-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-rootless-extras-24.0.5_ce-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-rootless-extras-24.0.5_ce-2.1">docker-rootless-extras-24.0.5_ce-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-24.0.9_ce-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-24.0.9_ce-15.1">docker-stable-24.0.9_ce-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-bash-completion-24.0.9_ce-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-15.1">docker-stable-bash-completion-24.0.9_ce-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-buildx-0.25.0-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-buildx-0.25.0-15.1">docker-stable-buildx-0.25.0-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-fish-completion-24.0.9_ce-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-15.1">docker-stable-fish-completion-24.0.9_ce-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-rootless-extras-24.0.9_ce-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-15.1">docker-stable-rootless-extras-24.0.9_ce-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-stable-zsh-completion-24.0.9_ce-15.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-15.1">docker-stable-zsh-completion-24.0.9_ce-15.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-zsh-completion-24.0.5_ce-2.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Tumbleweed">
      <FullProductName ProductID="openSUSE Tumbleweed:docker-zsh-completion-24.0.5_ce-2.1">docker-zsh-completion-24.0.5_ce-2.1 as a component of openSUSE Tumbleweed</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:docker-libnetwork">docker-libnetwork as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE CaaS Platform 4.0">
      <FullProductName ProductID="SUSE CaaS Platform 4.0:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE CaaS Platform 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:docker-libnetwork">docker-libnetwork as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.3">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.3:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.4">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.4:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Micro 5.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 12">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 12:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP4:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Containers 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Containers 15 SP5:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Module for Containers 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:docker">docker as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-bash-completion" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion">docker-bash-completion as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15-LTSS:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server 15-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-libnetwork">docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="golang-github-docker-libnetwork" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-docker-libnetwork">golang-github-docker-libnetwork as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.

Swarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.

The `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.

Encrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.

When setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet's VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.

An iptables rule designates outgoing VXLAN datagrams with a VNI that corresponds to an encrypted overlay network for IPsec encapsulation.

Encrypted overlay networks on affected platforms silently transmit unencrypted data. As a result, `overlay` networks may appear to be functional, passing traffic as expected, but without any of the expected confidentiality or data integrity guarantees.

It is possible for an attacker sitting in a trusted position on the network to read all of the application traffic that is moving across the overlay network, resulting in unexpected secrets or user data disclosure. Thus, because many database protocols, internal APIs, etc. are not protected by a second layer of encryption, a user may use Swarm encrypted overlay networks to provide confidentiality, which due to this vulnerability this is no longer guaranteed.

Patches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime's 20.10 releases are numbered differently, users of that platform should update to 20.10.16.

Some workarounds are available. Close the VXLAN port (by default, UDP port 4789) to outgoing traffic at the Internet boundary in order to prevent unintentionally leaking unencrypted traffic over the Internet, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.</Note>
    </Notes>
    <CVE>CVE-2023-28841</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES12-SP5-Azure-Basic-On-Demand:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>Image SLES12-SP5-Azure-Standard-On-Demand:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-ECS-On-Demand:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>Image SLES12-SP5-EC2-On-Demand:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>Image SLES12-SP5-GCE-On-Demand:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-HPC-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Proxy-4-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-llc:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-Azure-ltd:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-llc:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Manager-Server-4-3-EC2-ltd:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-3-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-Micro-5-4-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP4-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Basic:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Azure-Standard:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Proxy-5-0-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-Azure-llc:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-Azure-ltd:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-EC2-llc:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Manager-Server-5-0-EC2-ltd:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-Micro-5-5-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP5-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Basic:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Azure-Standard:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-EC2-ECS-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-HPC-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP6-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Basic:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Azure-Standard:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-EC2-ECS-HVM:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-GCE-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-HPC-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Azure-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-GCE-3P:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-BYOS-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAP-Hardened-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-Azure:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-EC2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>Image SLES15-SP7-SAPCAL-GCE:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP7:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 12:docker-20.10.25_ce-98.93.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP4:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-rootless-extras-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:docker-rootless-extras-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP7:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP6:docker-zsh-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP7:docker-zsh-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-TERADATA:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-28.3.2_ce-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-bash-completion-28.3.2_ce-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-buildx-0.25.0-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-fish-completion-28.3.2_ce-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-rootless-extras-28.3.2_ce-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server 16.0:docker-zsh-completion-28.3.2_ce-160000.2.2</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:docker-24.0.7_ce-2.3</ProductID>
        <ProductID>SUSE Linux Micro 6.1:docker-25.0.6_ce-slfo.1.1_1.2</ProductID>
        <ProductID>openSUSE Leap 15.4:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.4:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.4:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.4:docker-zsh-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.5:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.5:docker-bash-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.5:docker-fish-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.5:docker-zsh-completion-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap 15.6:docker-stable-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>openSUSE Leap 15.6:docker-stable-bash-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>openSUSE Leap 15.6:docker-stable-fish-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>openSUSE Leap 15.6:docker-stable-rootless-extras-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>openSUSE Leap 15.6:docker-stable-zsh-completion-24.0.9_ce-150000.1.25.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.3:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Leap Micro 5.4:docker-24.0.5_ce-150000.185.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-24.0.5_ce-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-bash-completion-24.0.5_ce-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-fish-completion-24.0.5_ce-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-rootless-extras-24.0.5_ce-2.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-24.0.9_ce-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-bash-completion-24.0.9_ce-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-buildx-0.25.0-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-fish-completion-24.0.9_ce-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-rootless-extras-24.0.9_ce-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-stable-zsh-completion-24.0.9_ce-15.1</ProductID>
        <ProductID>openSUSE Tumbleweed:docker-zsh-completion-24.0.5_ce-2.1</ProductID>
      </Status>
      <Status Type="Known Not Affected">
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:docker</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion</ProductID>
      </Status>
      <Status Type="Will Not Fix">
        <ProductID>SUSE CaaS Platform 4.0:docker-libnetwork</ProductID>
        <ProductID>SUSE CaaS Platform 4.0:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:docker-libnetwork</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.3:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.4:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 12:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 12:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP4:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP4:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Containers 15 SP5:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15-LTSS:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:golang-github-docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:docker-libnetwork</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:golang-github-docker-libnetwork</ProductID>
      </Status>
      <Status Type="Fixed">
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240807-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240807-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240807-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20240912-x86_64</ProductID>
      </Status>
      <Status Type="Known Affected">
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20210304-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp1-chost-byos-v20220715-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210610-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210722-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20210913-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20211025-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp2-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210729-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210827-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20210927-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211004-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211101-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20211202-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220103-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220126-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220222-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220411-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220608-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220708-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220818-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20220921-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221019-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221119-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230313-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp3-chost-byos-v20230613-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220718-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220819-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220916-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20220923-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221018-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221118-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20221215-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230111-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230210-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230310-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230410-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230510-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230606-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230704-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230803-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230901-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20230928-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231027-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231127-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20231212-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240312-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240612-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240809-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20240912-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20250721-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:amazon/suse-sles-15-sp4-chost-byos-v20251022-hvm-ssd-x86_64</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:google/sles-15-sp1-chost-byos-v20220715-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp2-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220411-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220608-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220708-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221019-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230313-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp3-chost-byos-v20230613-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220718-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220818-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20220916-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221018-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221118-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20221215-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230111-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230210-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230310-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230410-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230510-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230606-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230704-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230804-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230901-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20230928-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231027-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231127-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20231212-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240312-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240612-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240809-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20240912-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20250721-x86-64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:google/sles-15-sp4-chost-byos-v20251022-x86-64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220127</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp1-chost-byos-v20220715-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210304</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210405</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210506</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210610</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210722</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20210913</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20211025</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp2-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210729</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210827</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20210927</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211004</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211101</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20211202</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220103</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220126</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220222</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220310</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220411-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220609-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220708-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220818-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20220921-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221019-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221119-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230313-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp3-chost-byos-v20230613-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220718-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220819-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220916-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20220923-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221018-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221118-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20221215-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230111-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230210-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230310-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230410-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230510-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230606-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230704-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230803-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230901-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20230928-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231027-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231127-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20231212-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240312-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240612-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240809-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20240912-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20250721-x86_64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-arm64</ProductID>
        <ProductID>chost:microsoft/suse-sles-15-sp4-chost-byos-v20251022-x86_64</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV3>
        <BaseScoreV3>6.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </CVSSScoreSets>
  </Vulnerability>
</cvrfdoc>
