Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bsc#1209302: add some hints about KIWI extensions and dependencies for SLES #2348

Merged
merged 3 commits into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,32 @@ Fedora/Rawhide:

$ sudo dnf install kiwi-cli



Installation for SUSE Linux Enterprise
--------------------------------------

{kiwi} is available and supported for SUSE Linux Enterprise (SLE).
The recommended and supported way is to install {kiwi} by using zypper.

However, if you rely on some plugins for {kiwi}, either the plugin
itself or any dependencies might not be available for your service pack.
schaefi marked this conversation as resolved.
Show resolved Hide resolved

If you want to proceed anyway, keep these things in mind:

* Plugins that are not provided by SLE are not supported.
* You probably need to install dependencies via :command:`pip`.
The :command:`pip` command installs these dependencies from PyPI
(the Python Package Index).
However, this approach will not update the RPM database.
* Depending on your security concerns, installing Python packages
outside the secured SLE installation may not be desirable.
* Python packages installed from PyPI won't contain any SUSE
customizations.
* Depending on your extension and its dependencies, you might even need
schaefi marked this conversation as resolved.
Show resolved Hide resolved
a more recent Python version.


.. _example-descriptions:

Example Appliance Descriptions
Expand Down