Re: Kubernetes plugin for Jenkins after dockershim runtime is deprecated

2022-04-12 Thread Jan Monterrubio
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

Re: Kubernetes plugin for Jenkins after dockershim runtime is deprecated

2022-04-12 Thread 'Mario Rodriguez' via Jenkins Users
Hi, yes, I was able to replace docker tooling with a combination of kaniko and podman. Kaniko will build the OCI container images in a daemonless fashion and podman will let you run other commands such as tag, pull, push. Please be aware kaniko 1.7.0 has issues with workload identity authenti

Re: How to integrate Jenkins with Google LDAP service

2022-04-12 Thread Ludovic Perrier
Dear all, I have configure my stunnel and it's working with testing connectivity as describe here https://support.google.com/a/answer/9190869?hl=en with ldp.exe on windows But as previous message, i can't connect with jenkins, I tried lots of parameters but nothing, please someone can give a s

Re: Kubernetes plugin for Jenkins after dockershim runtime is deprecated

2022-04-12 Thread Steve Ridley
We are faced with the same issue for our Jenkins implementation. cr...@llbean.com I wonder if you were able to utilize Kaniko or if you found another alternative that worked for you? Any further insight is appreciated! On Wednesday, October 27, 2021 at 1:15:29 PM UTC-6 car...@apache.org wrote: