twoliter
twoliter copied to clipboard
change the way application inventory is created
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"
}