Remove ImageSpec dependency from server
Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
parent
3f70873aab
commit
f3efb850b7
6 changed files with 14 additions and 15 deletions
|
@ -47,7 +47,7 @@ func (s *Server) ContainerStatus(ctx context.Context, req *pb.ContainerStatusReq
|
|||
}
|
||||
resp.Status.Mounts = mounts
|
||||
|
||||
imageName := c.Image().Image
|
||||
imageName := c.Image()
|
||||
status, err := s.storageImageServer.ImageStatus(s.imageContext, imageName)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue