#Running Dagger with self-signed certific...

1 messages · Page 1 of 1 (latest)

hazy lichen
#

Hey, first I'm not a dagger maintainer, then I would say it depends on how you are provisioning your Jenkins agents.

Just as for example, if your jenkins nodes/agents are run on a cloud provider like AWS or GCP, therefore you already have the required Jenins plugin for it. Then you could try to add that buildkit setup on the initzialiation/startup script.

Another idea that comes into my mind, is that you could prepend a shell step on each Job or Pipeline you have, where you check if the builtkit container is already present or that node, using docker container ls | grep "moby/buildkit" and acting accordingly

#

BTW I think you should ask in the #help-old-do-not-post

PS: On second thought, I realize I should have reply to the message instead of creating a thread, my apologies on that.