-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
rhacs-3.x
USER PROBLEM
What is the user experiencing as a result of the bug? Include steps to reproduce.
- Let's say I deploy the same exact image (same digest) twice (same or different cluster does not matter). In the UI, you only see one of the names.
CONDITIONS
What conditions need to exist for a user to be affected? Is it everyone? Is it only those with a specific integration? Is it specific to someone with particular database content? etc.
- Deploy the same image at least twice with different names but same SHA.
ROOT CAUSE
What is the root cause of the bug?
- When we store an image in database, we store it by SHA digest, so only one copy of the image is stored.
FIX
How was the bug fixed (this is more important if a workaround was implemented rather than an actual fix)?
- Add an edge from Deployment to Image which stores the image name? However, this cannot account for inactive images which are Watched or scanned via roxctl, so this is not perfect.