mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 06:13:54 +00:00
Container runtimes like CRI-O actually show the image identifier in the `ImageID` field rather than the repo digest. For the digest we already have the `Image` field. We still allow the digest in the `ImageID` field for historic reasons. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>