You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
With the use of the DNF package manager on Fedora based images and systems, it is important to capture software packages installed with DNF.
Describe the solution you'd like
As a build inspector user,
I would like to have parsing and extraction of data from runs utilizing the DNF package manager
So that I can have information on what packages and versions are being installed with DNF in my pipelines.
Given a build log where the DNF package manager is used to install packages
When it is processed
Then it should return the package names, versions and install locations of the packages
Example output from package manager is attached. dnf.txt
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With the use of the DNF package manager on Fedora based images and systems, it is important to capture software packages installed with DNF.
Describe the solution you'd like
As a build inspector user,
I would like to have parsing and extraction of data from runs utilizing the DNF package manager
So that I can have information on what packages and versions are being installed with DNF in my pipelines.
Given a build log where the DNF package manager is used to install packages
When it is processed
Then it should return the package names, versions and install locations of the packages
Example output from package manager is attached.
dnf.txt
The text was updated successfully, but these errors were encountered: