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
This commit is contained in:
Debarshi Ray 2024-03-09 11:02:32 +01:00
parent 4a5017422f
commit 5eddb74619

View File

@ -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"/>