-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
This story is a follow-up on RFE-4608, which proposes to enhance the CRI to include the required information to fix the reverted behavior in CRI-O:
Requirements:
- The pod API will be untouched, but the CRI will be extended to carry an image ID as well as image digest (ref) (for CreateContainer / ListContainers RPCs), where the ID can be used for the kubelet image garbage collection and the digest for the pod API.
- The whole change needs to be backwards compatibility. This means if the new field is not set, then it should reflect the current behavior.
- relates to
-
RFE-4608 Expose digest of the image executed in a Pod
- Accepted