-
Task
-
Resolution: Done
-
Normal
-
1.1.0
-
None
-
None
-
False
-
-
False
-
3
-
None
-
MON Sprint 267, MON Sprint 268
Description: Modify the Containerfile for the ui-monitoring to ensure compatibility with hermetic builds. The build should not rely on external dependencies and should ensure all required resources are available locally before the build starts.
Acceptance Criteria:
- Update the Containerfile to ensure no external dependencies are fetched during the build process.
- Explicitly declare all dependencies required by ui-monitoring.
- Implement prefetching steps for external dependencies if necessary.
- Verify the hermetic build runs successfully with all dependencies fetched in advance.