mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Fix bug in container image reporting, strip the prefix off when adding image to the registry
This commit is contained in:
@@ -230,7 +230,7 @@ func (r *registry) updateImages() error {
|
||||
|
||||
for i := range images {
|
||||
image := &images[i]
|
||||
r.images[image.ID] = image
|
||||
r.images[trimImageID(image.ID)] = image
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user