For builds that need docker, we have used docker:dind in the past. So we have a maven build running in a maven container in a pod, and that build uses dind to run testcontainers.
I wonder if something like that would work for your use case? Here’s more info on dind: http://blog.teracy.com/2017/09/11/how-to-use-docker-in-docker-dind-and-docker-outside-of-docker-dood-for-local-ci-testing/ On Wed, Sep 29, 2021 at 19:05 'Mario Rodriguez' via Jenkins Users < [email protected]> wrote: > Hello, Kubernetes project is planning to deprecate support for dockershim > runtime is version 1.20 and fully drop it in version 1.24 as indicated > here: https://kubernetes.io/blog/2020/12/02/dockershim-faq/ > > > > Reading about the impacts of dockershim removal here: > https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-deprecation-affects-you/ > and > here > https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents/ > , any > apps that depend on the docker daemon by exposing /var/run/docker.sock will > be impacted. We use the Kubernetes plugin for Jenkins > <https://plugins.jenkins.io/kubernetes/> using this docker daemon > exposure technique. > > > Assuming a transition from docker to containerd, any idea what changes > will be needed by Kubernetes plugin users to continue working properly ? > > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/3b883835-c0bd-49ac-9017-30163ad04a79n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/3b883835-c0bd-49ac-9017-30163ad04a79n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9JZ3Sbf3fYsMsJscWcDU0Kru9Oyk%2B2XzRfv40JzWuk%2BOA%40mail.gmail.com.
