diff options
| author | 2024-03-11 15:45:02 +0100 | |
|---|---|---|
| committer | 2024-03-11 15:51:30 +0100 | |
| commit | 4a5017422fa35b0ab6689f92be8cfc96f1aa4c7e (patch) | |
| tree | 80d3e7175cd99e0ae1b77a61ca66800e79b254a1 /teams/cloud | |
| parent | e44856603d2f99d514d32304c571cf4cc8f165df (diff) | |
| download | kiwi-descriptions-4a5017422fa35b0ab6689f92be8cfc96f1aa4c7e.tar.gz kiwi-descriptions-4a5017422fa35b0ab6689f92be8cfc96f1aa4c7e.zip | |
teams/cloud/container: Drop zstd from Toolbx
The zstd RPM is neither part of the default Fedora Silverblue
and Workstation installation [1], nor the Container/Dockerfile and
Kickstart equivalents of the fedora-toolbox images [2,3]. Therefore,
there's no need to need to include it in the KIWI description.
Fallout from d27e4c3f6c3e13bcefe9d1d904386794140d8a91
[1] https://pagure.io/fedora-comps/
[2] https://src.fedoraproject.org/container/fedora-toolbox
https://github.com/containers/toolbox/tree/main/images/fedora
[3] https://pagure.io/fedora-kickstarts/blob/main/f/fedora-container-toolbox.ks
https://pagure.io/fedora-kiwi-descriptions/pull-request/21
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 59a7b45..7029b58 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -222,7 +222,6 @@ <package name="xorg-x11-xauth"/> <package name="xz"/> <package name="zip"/> - <package name="zstd"/> </packages> <packages type="uninstall" profiles="Container-Toolbox"> <package name="kbd-misc"/> |