From 3a31285ac6a39f896cd9df4dcede65ba5f940423 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Wed, 5 May 2021 21:17:00 -0400 Subject: [PATCH] Updating dockershim FAQ with Mirantis announcement Signed-off-by: Brandon Mitchell --- content/en/blog/_posts/2020-12-02-dockershim-faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/blog/_posts/2020-12-02-dockershim-faq.md b/content/en/blog/_posts/2020-12-02-dockershim-faq.md index 918a969e51..5fe65fce53 100644 --- a/content/en/blog/_posts/2020-12-02-dockershim-faq.md +++ b/content/en/blog/_posts/2020-12-02-dockershim-faq.md @@ -47,6 +47,15 @@ and other ecosystem groups to ensure a smooth transition and will evaluate thing as the situation evolves. +### Can I still use dockershim after it is removed from Kubernetes? + +Update: +[Mirantis and Docker have committed to maintaining the dockershim][mirantis] after +it is removed from Kubernetes. + +[mirantis]: https://www.mirantis.com/blog/mirantis-to-take-over-support-of-kubernetes-dockershim-2/ + + ### Will my existing Docker images still work? Yes, the images produced from `docker build` will work with all CRI implementations.