server: container_status: we should return digested references in imageRef
currently blocked on https://github.com/kubernetes-incubator/cri-o/issues/531 Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
22d055869d
commit
d099e3a988
5 changed files with 66 additions and 4 deletions
|
@ -463,6 +463,10 @@ func ContainerStatus(client pb.RuntimeServiceClient, ID string) error {
|
|||
if r.Status.Image != nil {
|
||||
fmt.Printf("Image: %v\n", r.Status.Image.Image)
|
||||
}
|
||||
//
|
||||
// TODO: https://github.com/kubernetes-incubator/cri-o/issues/531
|
||||
//
|
||||
//fmt.Printf("ImageRef: %v\n", r.Status.ImageRef)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue