Commit 91e59354 authored by Tim Allclair's avatar Tim Allclair

Revert "Use consistent imageRef during container startup"

This reverts commit 26e3c867.
parent 1fba8888
......@@ -194,7 +194,7 @@ func (m *kubeGenericRuntimeManager) generateContainerConfig(container *v1.Contai
return nil, nil, err
}
uid, username, err := m.getImageUser(imageRef)
uid, username, err := m.getImageUser(container.Image)
if err != nil {
return nil, cleanupAction, err
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment