server: image_list: report image size
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
69fc590fc3
commit
b16d73ab2f
2 changed files with 35 additions and 13 deletions
|
@ -17,7 +17,7 @@ func (s *Server) ListImages(ctx context.Context, req *pb.ListImagesRequest) (*pb
|
|||
filter = filterImage.Image
|
||||
}
|
||||
}
|
||||
results, err := s.StorageImageServer().ListImages(filter)
|
||||
results, err := s.StorageImageServer().ListImages(s.ImageContext(), filter)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue