twoliter icon indicating copy to clipboard operation
twoliter copied to clipboard

change the way application inventory is created

Open webern opened this issue 1 year ago • 0 comments

The build produces a JSON where packages are represented like this:

We need to consider what this looks like when some packages are coming from the OOTB project and some from kits (or the alpha SDK). Basically we need to track down how this produced and decide how it needs to look based on downstream requirements.

    {
      "Name": "systemd",
      "Publisher": "Bottlerocket",
      "Version": "1.18.0",
      "Release": "ad294c88-dirty",
      "InstalledTime": "2024-01-24T22:00:21Z",
      "ApplicationType": "Unspecified",
      "Architecture": "aarch64",
      "Url": "https://www.freedesktop.org/wiki/Software/systemd",
      "Summary": "System and Service Manager"
    }

webern avatar Jan 25 '24 20:01 webern