Vulnerability from csaf_suse
Published
2022-07-08 14:09
Modified
2022-07-08 14:09
Summary
Security update for containerd, docker and runc
Notes
Title of the patch
Security update for containerd, docker and runc
Description of the patch
This update for containerd, docker and runc fixes the following issues:
containerd:
- CVE-2022-31030: Fixed denial of service via invocation of the ExecSync API (bsc#1200145)
docker:
- Update to Docker 20.10.17-ce. See upstream changelog online at
https://docs.docker.com/engine/release-notes/#201017. (bsc#1200145)
runc:
Update to runc v1.1.3.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.3.
* Our seccomp `-ENOSYS` stub now correctly handles multiplexed syscalls on
s390 and s390x. This solves the issue where syscalls the host kernel did not
support would return `-EPERM` despite the existence of the `-ENOSYS` stub
code (this was due to how s390x does syscall multiplexing).
* Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as
intended; this fix does not affect runc binary itself but is important for
libcontainer users such as Kubernetes.
* Inability to compile with recent clang due to an issue with duplicate
constants in libseccomp-golang.
* When using systemd cgroup driver, skip adding device paths that don't exist,
to stop systemd from emitting warnings about those paths.
* Socket activation was failing when more than 3 sockets were used.
* Various CI fixes.
* Allow to bind mount /proc/sys/kernel/ns_last_pid to inside container.
- Fixed issues with newer syscalls (namely faccessat2) on older kernels on s390(x) caused by
that platform's syscall multiplexing semantics. (bsc#1192051 bsc#1199565)
Update to runc v1.1.2.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.2.
Security issue fixed:
- CVE-2022-29162: A bug was found in runc where runc exec --cap executed processes with
non-empty inheritable Linux process capabilities, creating an atypical Linux
environment. (bsc#1199460)
- `runc spec` no longer sets any inheritable capabilities in the created
example OCI spec (`config.json`) file.
Update to runc v1.1.1.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.1.
* runc run/start can now run a container with read-only /dev in OCI spec,
rather than error out. (#3355)
* runc exec now ensures that --cgroup argument is a sub-cgroup. (#3403)
libcontainer systemd v2 manager no longer errors out if one of the files
listed in /sys/kernel/cgroup/delegate do not exist in container's
cgroup. (#3387, #3404)
* Loosen OCI spec validation to avoid bogus 'Intel RDT is not supported'
error. (#3406)
* libcontainer/cgroups no longer panics in cgroup v1 managers if stat
of /sys/fs/cgroup/unified returns an error other than ENOENT. (#3435)
Update to runc v1.1.0.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0.
- libcontainer will now refuse to build without the nsenter package being
correctly compiled (specifically this requires CGO to be enabled). This
should avoid folks accidentally creating broken runc binaries (and
incorrectly importing our internal libraries into their projects). (#3331)
Update to runc v1.1.0~rc1.
Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0-rc.1.
+ Add support for RDMA cgroup added in Linux 4.11.
* runc exec now produces exit code of 255 when the exec failed.
This may help in distinguishing between runc exec failures
(such as invalid options, non-running container or non-existent
binary etc.) and failures of the command being executed.
+ runc run: new --keep option to skip removal exited containers artefacts.
This might be useful to check the state (e.g. of cgroup controllers) after
the container hasexited.
+ seccomp: add support for SCMP_ACT_KILL_PROCESS and SCMP_ACT_KILL_THREAD
(the latter is just an alias for SCMP_ACT_KILL).
+ seccomp: add support for SCMP_ACT_NOTIFY (seccomp actions). This allows
users to create sophisticated seccomp filters where syscalls can be
efficiently emulated by privileged processes on the host.
+ checkpoint/restore: add an option (--lsm-mount-context) to set
a different LSM mount context on restore.
+ intelrdt: support ClosID parameter.
+ runc exec --cgroup: an option to specify a (non-top) in-container cgroup
to use for the process being executed.
+ cgroup v1 controllers now support hybrid hierarchy (i.e. when on a cgroup v1
machine a cgroup2 filesystem is mounted to /sys/fs/cgroup/unified, runc
run/exec now adds the container to the appropriate cgroup under it).
+ sysctl: allow slashes in sysctl names, to better match sysctl(8)'s
behaviour.
+ mounts: add support for bind-mounts which are inaccessible after switching
the user namespace. Note that this does not permit the container any
additional access to the host filesystem, it simply allows containers to
have bind-mounts configured for paths the user can access but have
restrictive access control settings for other users.
+ Add support for recursive mount attributes using mount_setattr(2). These
have the same names as the proposed mount(8) options -- just prepend r
to the option name (such as rro).
+ Add runc features subcommand to allow runc users to detect what features
runc has been built with. This includes critical information such as
supported mount flags, hook names, and so on. Note that the output of this
command is subject to change and will not be considered stable until runc
1.2 at the earliest. The runtime-spec specification for this feature is
being developed in opencontainers/runtime-spec#1130.
* system: improve performance of /proc/$pid/stat parsing.
* cgroup2: when /sys/fs/cgroup is configured as a read-write mount, change
the ownership of certain cgroup control files (as per
/sys/kernel/cgroup/delegate) to allow for proper deferral to the container
process.
* runc checkpoint/restore: fixed for containers with an external bind mount
which destination is a symlink.
* cgroup: improve openat2 handling for cgroup directory handle hardening.
runc delete -f now succeeds (rather than timing out) on a paused
container.
* runc run/start/exec now refuses a frozen cgroup (paused container in case of
exec). Users can disable this using --ignore-paused.
- Update version data embedded in binary to correctly include the git commit of the release.
Patchnames
SUSE-2022-2341,SUSE-SLE-Module-Containers-15-SP3-2022-2341,SUSE-SLE-Module-Containers-15-SP4-2022-2341,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2022-2341,SUSE-SLE-Product-HPC-15-2022-2341,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-2341,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-2341,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-2341,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-2341,SUSE-SLE-Product-SLES-15-2022-2341,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-2341,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-2341,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-2341,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-2341,SUSE-SLE-Product-SLES_SAP-15-2022-2341,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-2341,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-2341,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-2341,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-2341,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-2341,SUSE-SUSE-MicroOS-5.1-2022-2341,SUSE-SUSE-MicroOS-5.2-2022-2341,SUSE-Storage-6-2022-2341,SUSE-Storage-7-2022-2341,SUSE-Storage-7.1-2022-2341,openSUSE-SLE-15.3-2022-2341,openSUSE-SLE-15.4-2022-2341
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for containerd, docker and runc", title: "Title of the patch", }, { category: "description", text: "This update for containerd, docker and runc fixes the following issues:\n\ncontainerd:\n\n- CVE-2022-31030: Fixed denial of service via invocation of the ExecSync API (bsc#1200145)\n\ndocker:\n\n- Update to Docker 20.10.17-ce. See upstream changelog online at\n https://docs.docker.com/engine/release-notes/#201017. (bsc#1200145)\n\nrunc:\n\nUpdate to runc v1.1.3.\n\nUpstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.3.\n\n* Our seccomp `-ENOSYS` stub now correctly handles multiplexed syscalls on\n s390 and s390x. This solves the issue where syscalls the host kernel did not\n support would return `-EPERM` despite the existence of the `-ENOSYS` stub\n code (this was due to how s390x does syscall multiplexing).\n* Retry on dbus disconnect logic in libcontainer/cgroups/systemd now works as\n intended; this fix does not affect runc binary itself but is important for\n libcontainer users such as Kubernetes.\n* Inability to compile with recent clang due to an issue with duplicate\n constants in libseccomp-golang.\n* When using systemd cgroup driver, skip adding device paths that don't exist,\n to stop systemd from emitting warnings about those paths.\n* Socket activation was failing when more than 3 sockets were used.\n* Various CI fixes.\n* Allow to bind mount /proc/sys/kernel/ns_last_pid to inside container.\n- Fixed issues with newer syscalls (namely faccessat2) on older kernels on s390(x) caused by\n that platform's syscall multiplexing semantics. (bsc#1192051 bsc#1199565)\n\nUpdate to runc v1.1.2.\n\nUpstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.2.\n\nSecurity issue fixed:\n\n- CVE-2022-29162: A bug was found in runc where runc exec --cap executed processes with\n non-empty inheritable Linux process capabilities, creating an atypical Linux\n environment. (bsc#1199460)\n\n- `runc spec` no longer sets any inheritable capabilities in the created\n example OCI spec (`config.json`) file.\n\nUpdate to runc v1.1.1.\n\nUpstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.1.\n\n* runc run/start can now run a container with read-only /dev in OCI spec,\n rather than error out. (#3355)\n* runc exec now ensures that --cgroup argument is a sub-cgroup. (#3403)\n libcontainer systemd v2 manager no longer errors out if one of the files\n listed in /sys/kernel/cgroup/delegate do not exist in container's\n cgroup. (#3387, #3404)\n* Loosen OCI spec validation to avoid bogus 'Intel RDT is not supported'\n error. (#3406)\n* libcontainer/cgroups no longer panics in cgroup v1 managers if stat\n of /sys/fs/cgroup/unified returns an error other than ENOENT. (#3435)\n\nUpdate to runc v1.1.0.\n\nUpstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0.\n\n- libcontainer will now refuse to build without the nsenter package being\n correctly compiled (specifically this requires CGO to be enabled). This\n should avoid folks accidentally creating broken runc binaries (and\n incorrectly importing our internal libraries into their projects). (#3331)\n\nUpdate to runc v1.1.0~rc1.\n\nUpstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0-rc.1.\n\n+ Add support for RDMA cgroup added in Linux 4.11.\n* runc exec now produces exit code of 255 when the exec failed.\n This may help in distinguishing between runc exec failures\n (such as invalid options, non-running container or non-existent\n binary etc.) and failures of the command being executed.\n+ runc run: new --keep option to skip removal exited containers artefacts.\n This might be useful to check the state (e.g. of cgroup controllers) after\n the container hasexited.\n+ seccomp: add support for SCMP_ACT_KILL_PROCESS and SCMP_ACT_KILL_THREAD\n (the latter is just an alias for SCMP_ACT_KILL).\n+ seccomp: add support for SCMP_ACT_NOTIFY (seccomp actions). This allows\n users to create sophisticated seccomp filters where syscalls can be\n efficiently emulated by privileged processes on the host.\n+ checkpoint/restore: add an option (--lsm-mount-context) to set\n a different LSM mount context on restore.\n+ intelrdt: support ClosID parameter.\n+ runc exec --cgroup: an option to specify a (non-top) in-container cgroup\n to use for the process being executed.\n+ cgroup v1 controllers now support hybrid hierarchy (i.e. when on a cgroup v1\n machine a cgroup2 filesystem is mounted to /sys/fs/cgroup/unified, runc\n run/exec now adds the container to the appropriate cgroup under it).\n+ sysctl: allow slashes in sysctl names, to better match sysctl(8)'s\n behaviour.\n+ mounts: add support for bind-mounts which are inaccessible after switching\n the user namespace. Note that this does not permit the container any\n additional access to the host filesystem, it simply allows containers to\n have bind-mounts configured for paths the user can access but have\n restrictive access control settings for other users.\n+ Add support for recursive mount attributes using mount_setattr(2). These\n have the same names as the proposed mount(8) options -- just prepend r\n to the option name (such as rro).\n+ Add runc features subcommand to allow runc users to detect what features\n runc has been built with. This includes critical information such as\n supported mount flags, hook names, and so on. Note that the output of this\n command is subject to change and will not be considered stable until runc\n 1.2 at the earliest. The runtime-spec specification for this feature is\n being developed in opencontainers/runtime-spec#1130.\n* system: improve performance of /proc/$pid/stat parsing.\n* cgroup2: when /sys/fs/cgroup is configured as a read-write mount, change\n the ownership of certain cgroup control files (as per\n /sys/kernel/cgroup/delegate) to allow for proper deferral to the container\n process.\n* runc checkpoint/restore: fixed for containers with an external bind mount\n which destination is a symlink.\n* cgroup: improve openat2 handling for cgroup directory handle hardening.\n runc delete -f now succeeds (rather than timing out) on a paused\n container.\n* runc run/start/exec now refuses a frozen cgroup (paused container in case of\n exec). Users can disable this using --ignore-paused.\n- Update version data embedded in binary to correctly include the git commit of the release.\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-2341,SUSE-SLE-Module-Containers-15-SP3-2022-2341,SUSE-SLE-Module-Containers-15-SP4-2022-2341,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2022-2341,SUSE-SLE-Product-HPC-15-2022-2341,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2022-2341,SUSE-SLE-Product-HPC-15-SP1-LTSS-2022-2341,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-2341,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-2341,SUSE-SLE-Product-SLES-15-2022-2341,SUSE-SLE-Product-SLES-15-SP1-BCL-2022-2341,SUSE-SLE-Product-SLES-15-SP1-LTSS-2022-2341,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-2341,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-2341,SUSE-SLE-Product-SLES_SAP-15-2022-2341,SUSE-SLE-Product-SLES_SAP-15-SP1-2022-2341,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-2341,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-2341,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-2341,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-2341,SUSE-SUSE-MicroOS-5.1-2022-2341,SUSE-SUSE-MicroOS-5.2-2022-2341,SUSE-Storage-6-2022-2341,SUSE-Storage-7-2022-2341,SUSE-Storage-7.1-2022-2341,openSUSE-SLE-15.3-2022-2341,openSUSE-SLE-15.4-2022-2341", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_2341-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:2341-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20222341-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:2341-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-July/011489.html", }, { category: "self", summary: "SUSE Bug 1192051", url: "https://bugzilla.suse.com/1192051", }, { category: "self", summary: "SUSE Bug 1199460", url: "https://bugzilla.suse.com/1199460", }, { category: "self", summary: "SUSE Bug 1199565", url: "https://bugzilla.suse.com/1199565", }, { category: "self", summary: "SUSE Bug 1200088", url: "https://bugzilla.suse.com/1200088", }, { category: "self", summary: "SUSE Bug 1200145", url: "https://bugzilla.suse.com/1200145", }, { category: "self", summary: "SUSE CVE CVE-2022-29162 page", url: "https://www.suse.com/security/cve/CVE-2022-29162/", }, { category: "self", summary: "SUSE CVE CVE-2022-31030 page", url: "https://www.suse.com/security/cve/CVE-2022-31030/", }, ], title: "Security update for containerd, docker and runc", tracking: { current_release_date: "2022-07-08T14:09:57Z", generator: { date: "2022-07-08T14:09:57Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:2341-1", initial_release_date: "2022-07-08T14:09:57Z", revision_history: [ { date: "2022-07-08T14:09:57Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "containerd-1.6.6-150000.73.2.aarch64", product: { name: "containerd-1.6.6-150000.73.2.aarch64", product_id: "containerd-1.6.6-150000.73.2.aarch64", }, }, { category: "product_version", name: "containerd-ctr-1.6.6-150000.73.2.aarch64", product: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64", product_id: "containerd-ctr-1.6.6-150000.73.2.aarch64", }, }, { category: "product_version", name: "docker-20.10.17_ce-150000.166.1.aarch64", product: { name: "docker-20.10.17_ce-150000.166.1.aarch64", product_id: "docker-20.10.17_ce-150000.166.1.aarch64", }, }, { category: "product_version", name: "docker-kubic-20.10.17_ce-150000.166.1.aarch64", product: { name: "docker-kubic-20.10.17_ce-150000.166.1.aarch64", product_id: "docker-kubic-20.10.17_ce-150000.166.1.aarch64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", product_id: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", }, }, { category: "product_version", name: "runc-1.1.3-150000.30.1.aarch64", product: { name: "runc-1.1.3-150000.30.1.aarch64", product_id: "runc-1.1.3-150000.30.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "containerd-1.6.6-150000.73.2.i586", product: { name: "containerd-1.6.6-150000.73.2.i586", product_id: "containerd-1.6.6-150000.73.2.i586", }, }, { category: "product_version", name: "containerd-ctr-1.6.6-150000.73.2.i586", product: { name: "containerd-ctr-1.6.6-150000.73.2.i586", product_id: "containerd-ctr-1.6.6-150000.73.2.i586", }, }, { category: "product_version", name: "docker-20.10.17_ce-150000.166.1.i586", product: { name: "docker-20.10.17_ce-150000.166.1.i586", product_id: "docker-20.10.17_ce-150000.166.1.i586", }, }, { category: "product_version", name: "runc-1.1.3-150000.30.1.i586", product: { name: "runc-1.1.3-150000.30.1.i586", product_id: "runc-1.1.3-150000.30.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, }, { category: "product_version", name: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", }, }, { category: "product_version", name: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", }, }, { category: "product_version", name: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", }, }, { category: "product_version", name: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, }, { category: "product_version", name: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", product: { name: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", product_id: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "containerd-1.6.6-150000.73.2.ppc64le", product: { name: "containerd-1.6.6-150000.73.2.ppc64le", product_id: "containerd-1.6.6-150000.73.2.ppc64le", }, }, { category: "product_version", name: "containerd-ctr-1.6.6-150000.73.2.ppc64le", product: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le", product_id: "containerd-ctr-1.6.6-150000.73.2.ppc64le", }, }, { category: "product_version", name: "docker-20.10.17_ce-150000.166.1.ppc64le", product: { name: "docker-20.10.17_ce-150000.166.1.ppc64le", product_id: "docker-20.10.17_ce-150000.166.1.ppc64le", }, }, { category: "product_version", name: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le", product: { name: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le", product_id: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", product: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", product_id: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", }, }, { category: "product_version", name: "runc-1.1.3-150000.30.1.ppc64le", product: { name: "runc-1.1.3-150000.30.1.ppc64le", product_id: "runc-1.1.3-150000.30.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "containerd-1.6.6-150000.73.2.s390x", product: { name: "containerd-1.6.6-150000.73.2.s390x", product_id: "containerd-1.6.6-150000.73.2.s390x", }, }, { category: "product_version", name: "containerd-ctr-1.6.6-150000.73.2.s390x", product: { name: "containerd-ctr-1.6.6-150000.73.2.s390x", product_id: "containerd-ctr-1.6.6-150000.73.2.s390x", }, }, { category: "product_version", name: "docker-20.10.17_ce-150000.166.1.s390x", product: { name: "docker-20.10.17_ce-150000.166.1.s390x", product_id: "docker-20.10.17_ce-150000.166.1.s390x", }, }, { category: "product_version", name: "docker-kubic-20.10.17_ce-150000.166.1.s390x", product: { name: "docker-kubic-20.10.17_ce-150000.166.1.s390x", product_id: "docker-kubic-20.10.17_ce-150000.166.1.s390x", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", product: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", product_id: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", }, }, { category: "product_version", name: "runc-1.1.3-150000.30.1.s390x", product: { name: "runc-1.1.3-150000.30.1.s390x", product_id: "runc-1.1.3-150000.30.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "containerd-1.6.6-150000.73.2.x86_64", product: { name: "containerd-1.6.6-150000.73.2.x86_64", product_id: "containerd-1.6.6-150000.73.2.x86_64", }, }, { category: "product_version", name: "containerd-ctr-1.6.6-150000.73.2.x86_64", product: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64", product_id: "containerd-ctr-1.6.6-150000.73.2.x86_64", }, }, { category: "product_version", name: "docker-20.10.17_ce-150000.166.1.x86_64", product: { name: "docker-20.10.17_ce-150000.166.1.x86_64", product_id: "docker-20.10.17_ce-150000.166.1.x86_64", }, }, { category: "product_version", name: "docker-kubic-20.10.17_ce-150000.166.1.x86_64", product: { name: "docker-kubic-20.10.17_ce-150000.166.1.x86_64", product_id: "docker-kubic-20.10.17_ce-150000.166.1.x86_64", }, }, { category: "product_version", name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", product: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", product_id: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", }, }, { category: "product_version", name: "runc-1.1.3-150000.30.1.x86_64", product: { name: "runc-1.1.3-150000.30.1.x86_64", product_id: "runc-1.1.3-150000.30.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 15 SP3", product: { name: "SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Containers 15 SP4", product: { name: "SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-containers:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Package Hub 15 SP3", product: { name: "SUSE Linux Enterprise Module for Package Hub 15 SP3", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:packagehub:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15-LTSS", product: { name: "SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-BCL", product: { name: "SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles_bcl:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP2-BCL", product: { name: "SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL", product_identification_helper: { cpe: "cpe:/o:suse:sles_bcl:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp2", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.1", product: { name: "SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.1", }, }, }, { category: "product_name", name: "SUSE Manager Retail Branch Server 4.1", product: { name: "SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-retail-branch-server:4.1", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.1", product: { name: "SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.1", product: { name: "SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.1", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Micro 5.2", product: { name: "SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2", product_identification_helper: { cpe: "cpe:/o:suse:suse-microos:5.2", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 6", product: { name: "SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6", product_identification_helper: { cpe: "cpe:/o:suse:ses:6", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7", product: { name: "SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7", product_identification_helper: { cpe: "cpe:/o:suse:ses:7", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7.1", product: { name: "SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1", product_identification_helper: { cpe: "cpe:/o:suse:ses:7.1", }, }, }, { category: "product_name", name: "openSUSE Leap 15.3", product: { name: "openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.3", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP3", product_id: "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4", product_id: "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Containers 15 SP4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP3", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3", product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", product_id: "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-BCL", product_id: "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP1-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL", product_id: "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-BCL", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", product_id: "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Manager Proxy 4.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Manager Proxy 4.1", product_id: "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1", product_id: "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Manager Retail Branch Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Manager Server 4.1", product_id: "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", product_id: "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.2", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Enterprise Storage 6", product_id: "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 6", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-1.6.6-150000.73.2.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-1.6.6-150000.73.2.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "containerd-ctr-1.6.6-150000.73.2.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", }, product_reference: "containerd-ctr-1.6.6-150000.73.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-fish-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-kubic-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", }, product_reference: "docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", }, product_reference: "docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", }, product_reference: "runc-1.1.3-150000.30.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", }, product_reference: "runc-1.1.3-150000.30.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", }, product_reference: "runc-1.1.3-150000.30.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "runc-1.1.3-150000.30.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", }, product_reference: "runc-1.1.3-150000.30.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, ], }, vulnerabilities: [ { cve: "CVE-2022-29162", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-29162", }, ], notes: [ { category: "general", text: "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container's bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-29162", url: "https://www.suse.com/security/cve/CVE-2022-29162", }, { category: "external", summary: "SUSE Bug 1199460 for CVE-2022-29162", url: "https://bugzilla.suse.com/1199460", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-07-08T14:09:57Z", details: "low", }, ], title: "CVE-2022-29162", }, { cve: "CVE-2022-31030", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-31030", }, ], notes: [ { category: "general", text: "containerd is an open source container runtime. A bug was found in the containerd's CRI implementation where programs inside a container can cause the containerd daemon to consume memory without bound during invocation of the `ExecSync` API. This can cause containerd to consume all available memory on the computer, denying service to other legitimate workloads. Kubernetes and crictl can both be configured to use containerd's CRI implementation; `ExecSync` may be used when running probes or when executing processes via an \"exec\" facility. This bug has been fixed in containerd 1.6.6 and 1.5.13. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-31030", url: "https://www.suse.com/security/cve/CVE-2022-31030", }, { category: "external", summary: "SUSE Bug 1200145 for CVE-2022-31030", url: "https://bugzilla.suse.com/1200145", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 6:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 6:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 6:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 6:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Enterprise Storage 7:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Enterprise Storage 7:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.aarch64", "SUSE Enterprise Storage 7:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Micro 5.2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP3:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP4:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP3:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP1-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP1-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-BCL:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-BCL:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15-LTSS:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP1:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.3-150000.30.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Proxy 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Proxy 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Proxy 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Proxy 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Retail Branch Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Retail Branch Server 4.1:runc-1.1.3-150000.30.1.x86_64", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.ppc64le", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.s390x", "SUSE Manager Server 4.1:containerd-ctr-1.6.6-150000.73.2.x86_64", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.ppc64le", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.s390x", "SUSE Manager Server 4.1:docker-20.10.17_ce-150000.166.1.x86_64", "SUSE Manager Server 4.1:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.ppc64le", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.s390x", "SUSE Manager Server 4.1:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.3:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.3:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.3:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.3:runc-1.1.3-150000.30.1.x86_64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.aarch64", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.ppc64le", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.s390x", "openSUSE Leap 15.4:containerd-ctr-1.6.6-150000.73.2.x86_64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-bash-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-fish-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.aarch64", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.ppc64le", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.s390x", "openSUSE Leap 15.4:docker-kubic-kubeadm-criconfig-20.10.17_ce-150000.166.1.x86_64", "openSUSE Leap 15.4:docker-kubic-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:docker-zsh-completion-20.10.17_ce-150000.166.1.noarch", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.aarch64", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.ppc64le", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.s390x", "openSUSE Leap 15.4:runc-1.1.3-150000.30.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-07-08T14:09:57Z", details: "moderate", }, ], title: "CVE-2022-31030", }, ], }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.