diff options
| author | 2024-03-09 11:02:32 +0100 | |
|---|---|---|
| committer | 2024-03-11 16:03:20 +0100 | |
| commit | 5eddb746197967ef35d3d8bcb5cdbda9e55dcf33 (patch) | |
| tree | 6fb1c2976278d3ba2849e3ccf99bacace7f8776a /teams | |
| parent | 4a5017422fa35b0ab6689f92be8cfc96f1aa4c7e (diff) | |
| download | kiwi-descriptions-5eddb746197967ef35d3d8bcb5cdbda9e55dcf33.tar.gz kiwi-descriptions-5eddb746197967ef35d3d8bcb5cdbda9e55dcf33.zip | |
teams/cloud/container: Use 'toolbx' as VARIANT_ID in os-release(5)
The same change was made to the Kickstart equivalent of the
fedora-toolbox:41 OCI image recently [1].
This is meant to distinguish OCI containers and images that are designed
specifically for Toolbx from others. Toolbx containers are long-lasting
pet containers for interactive command line use, which makes them
substantially different from short-lived containers running services.
Therefore, it can be useful to be able to identify Toolbx containers and
images when generating statistics about Fedora usage.
[1] fedora-kickstarts commit 0d99c64eb2721c5b
https://pagure.io/fedora-kickstarts/c/0d99c64eb2721c5b
https://pagure.io/fedora-kickstarts/pull-request/1015
https://pagure.io/Fedora-Council/tickets/issue/449
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/cloud/container.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 7029b58..b12e504 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -160,7 +160,7 @@ <package name="dnf"/> <package name="dnf-yum"/> <!-- https://pagure.io/fesco/issue/1312#comment-30991 --> <package name="dnf-plugins-core"/> - <package name="fedora-release-container"/> + <package name="fedora-release-toolbx"/> <package name="findutils"/> <package name="flatpak-spawn"/> <package name="fpaste"/> |