So at 1.24 Kubernetes removes the dockershim. I was studying docs and if I understand them correctly Kubernetes supports only images in Open Container Initiative format? And Docker image is not the same thing as OCI image? So (some) old dockerhub registry images and old Dockerfile
code might not work anymore?(or work incorrectly, not as expected?) Like maybe some nuances in Dockerfile instruction set semantics get breaking change? It's still Dockerfile
and .dockerignore
? Is it possible to run Kubernetes 1.24 without OCI? Is OCI really stable and production-ready? Is Kubernetes 1.24 production-read? What if OCI makes changes?
↧
Docker images vs CRI images compatibility in light of dockershim removal from Kubernetes
↧