Kubernetes v1.33: Image Volumes graduate to beta!
Kubernetes 1.31: Read Only Volumes Based On OCI Artifacts (alpha)
Some cri has supported this feature:
CRI-O supports the initial feature since version v1.31 and will add support for Image Volumes as beta in v1.33. containerd merged support for the alpha feature which will be part of the v2.1.0 release and is working on beta support as part of PR #11578.
Since docker has introduced experimental support of mounting image since v28.0.0 (see examples), we may utilize it to add kubernetes ImageVolume support to cri-dockerd.
Kubernetes v1.33: Image Volumes graduate to beta!
Kubernetes 1.31: Read Only Volumes Based On OCI Artifacts (alpha)
Some cri has supported this feature:
Since docker has introduced experimental support of mounting image since v28.0.0 (see examples), we may utilize it to add kubernetes
ImageVolumesupport to cri-dockerd.