Add user specified image to CRI ContainerConfig
by saschagrunert · Pull Request #118652 · kubernetes/kubernetes (original) (raw)
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The container config image references either an image ID or a digest, but not the original image from the container config. We require the image for signature verification to ensure that we actually verify the correct image.
Which issue(s) this PR fixes:
Refers to cri-o/cri-o#7046
Special notes for your reviewer:
None