Skip to content

Commit

Permalink
Modules: Add various notes on container/docker technology (BSC#1230284)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickert committed Sep 9, 2024
1 parent e50c6fa commit b0f0070
Showing 1 changed file with 179 additions and 0 deletions.
179 changes: 179 additions & 0 deletions xml/art_modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,185 @@
for compiling and debugging applications. Replaces the former Software Development Kit
(SDK).
</para>
<note>
<title>Updated versions for certain packages</title>
<para>
For the following packages, &suse; reserves the right to stop supporting a version after
releasing a newer one, following the respective upstream community:
</para>
<itemizedlist>
<listitem>
<para>
<package>aardvark-dns</package>
</para>
</listitem>
<listitem>
<para>
<package>bmake</package>
</para>
</listitem>
<listitem>
<para>
<package>buildah</package>
</para>
</listitem>
<listitem>
<para>
<package>containerd-ctr</package>
</para>
</listitem>
<listitem>
<para>
<package>containerd-devel</package>
</para>
</listitem>
<listitem>
<para>
<package>container-diff</package>
</para>
</listitem>
<listitem>
<para>
<package>containerized-data-importer-manifests</package>
</para>
</listitem>
<listitem>
<para>
<package>distribution-registry</package>
</para>
</listitem>
<listitem>
<para>
<package>docker</package>
</para>
</listitem>
<listitem>
<para>
<package>helm</package>
</para>
</listitem>
<listitem>
<para>
<package>helm-bash-completion</package>
</para>
</listitem>
<listitem>
<para>
<package>helm-mirror</package>
</para>
</listitem>
<listitem>
<para>
<package>helm-zsh-completion</package>
</para>
</listitem>
<listitem>
<para>
<package>kubernetes-client</package>
</para>
</listitem>
<listitem>
<para>
<package>kubevirt-manifests</package>
</para>
</listitem>
<listitem>
<para>
<package>kubevirt-virtctl</package>
</para>
</listitem>
<listitem>
<para>
<package>libnvidia-container1</package>
</para>
</listitem>
<listitem>
<para>
<package>libnvidia-container-devel</package>
</para>
</listitem>
<listitem>
<para>
<package>libnvidia-container-static</package>
</para>
</listitem>
<listitem>
<para>
<package>netavark</package>
</para>
</listitem>
<listitem>
<para>
<package>nvidia-container-runtime</package>
</para>
</listitem>
<listitem>
<para>
<package>nvidia-container-toolkit</package>
</para>
</listitem>
<listitem>
<para>
<package>obs-service-docker_label_helper</package>
</para>
</listitem>
<listitem>
<para>
<package>open-vm-tools-containerinfo</package>
</para>
</listitem>
<listitem>
<para>
<package>python3-arrow</package>
</para>
</listitem>
<listitem>
<para>
<package>python3-cassandra-driver</package>
</para>
</listitem>
<listitem>
<para>
<package>python3-kubernetes</package>
</para>
</listitem>
<listitem>
<para>
<package>python3-seccomp</package>
</para>
</listitem>
<listitem>
<para>
<package>zypper-docker</package>
</para>
</listitem>
</itemizedlist>
</note>
<warning>
<title><package>docker</package> vs. <package>docker-stable</package></title>
<para>
&suse; ships a package named <package>docker-stable</package>, based on selected versions
of the the Moby project, which is the upstream for &docker;. When this version is no
longer supported by the Moby project, &suse; will provide reactive support for an
additional 3 years as part of an LTSS subscription. In alignment with Moby community
practices, &suse; neither tests nor supports downgrading to older versions.
</para>
<para>
This policy is particularly relevant when considering a migration from the latest
<package>docker</package> package to the <package>docker-stable</package> package, which
in most cases would be an older version.
Such a downgrade can result in unexpected side effects, compatibility issues and even
disruptions to container production environments, and is not recommended for production
systems.
</para>
</warning>
<important>
<title>&docker; Swarm is not supported</title>
<para>
&suse; does not provide any support related to use of <phrase role="productname">&docker;
Swarm</phrase> orchestration. Related packages are shipped for customer convenience only.
</para>
</important>
<para>
<emphasis role="bold">Dependencies:</emphasis> Basesystem, Desktop Applications
</para>
Expand Down

0 comments on commit b0f0070

Please sign in to comment.