-
Task
-
Resolution: Done
-
Normal
-
1.1.0
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
Description: Modify the Containerfile for the logging-ui-plugin component to ensure it supports hermetic builds. The Containerfile should be updated to prevent fetching dependencies from external sources during the build and ensure all necessary resources are included.
Acceptance Criteria:
- Add prefetching steps for dependencies required by logging-ui-plugin.
- Modify the Containerfile to remove any external network access during the build process.
- Ensure that all dependencies are declared in the build definition (e.g., within the Git repository).
- Verify the build runs successfully without network access, pulling all dependencies before the build starts.
- The logging plugin variant for Patternfly 4 is also updated