Add Images Requested to the UI
This merge request introduces several changes to improve the project's functionality and user interface:
-
It updates the code to handle Docker image names more efficiently, including better parsing and display of image tags.
-
The report generation process is enhanced to include information about Docker images used in projects, creating new pages for each image and displaying usage details.
-
The user interface is updated to show a new section for Docker images, including a sidebar menu item and dedicated pages for viewing image usage across projects.
-
The project page layout is modified to display Docker image information, showing which images are used in which jobs.
-
Some minor improvements are made to the HTML structure and styling, such as updating heading levels and adding more descriptive labels.
-
The development script is updated to use a more verbose logging level for easier debugging.
Overall, these changes aim to provide better visibility and management of Docker image usage within the project ecosystem, while also improving the overall user experience of the reporting tool.
closes #130 (closed)
Changelog: feature